ParhamAhmadi / weather-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather

Run application

  • Install Maven from here
  • git clone git@github.com: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

About


Languages

Language:Java 55.7%Language:JavaScript 31.0%Language:CSS 7.5%Language:HTML 5.8%