Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 356 Bytes

TESTING.md

File metadata and controls

16 lines (11 loc) · 356 Bytes

Testing

Unit Tests

  • run in parallel
  • no HTTP(s) connection or file touching
  • sbt task test and tests in "test" folder

Play Tests

  • require a started play application
  • sbt task pt:test in pt folder

Acceptance Tests