Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 185 Bytes

testing.md

File metadata and controls

7 lines (5 loc) · 185 Bytes

Testing

Jasmine tests

  • open src/test/jasmine/SpecRunner.html in a browser. Tests will run directly

Maven

  • maven tests are all failsafe tests so run mvn verify to run them