Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 533 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 533 Bytes

Weather

Run application

  • Install Maven from here
  • git checkout [email protected]:autoschool/weather.git - checkout application
  • cd weather - go to application directory
  • mvn jetty:run - run server
  • http://localhost:8080 - open in browser

Run unit and integration tests

  • mvn clean test

Run system tests

  • Install PhantomJS from here
  • mvn jetty:run - run server
  • run WebTest from IDE

TODO

  • System test infrastructure