| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
For use with Eclipse
$ mvn eclipse:eclipse
To run all features (except @ignore and @scala-test)
$ mvn test
To run a particular tagged feature (e.g.@network-front)
$ mvn test -Dtags="--tags @network-front"
Running on a different host (i.e. not http://localhost:9000)
$ mvn test -Dhost=http://m.gucode.co.uk
Running through a proxy
$ mvn test -Dhttp_proxy=http://proxy.co.uk:1234
Running on a different driver (e.g. htmlUnit, chrome, firefox (default))
$ mvn test -Ddriver=htmlUnit
Running in Chrome will trigger a profile ignoring all tests tagged @brokeninchrome. ChromeDriver must be installed in your PATH.
$ mvn test -Ddriver=chrome
To run the jasmine tests
$ mvn test -Dtags="--tags @jasmine"
| Back | FazBrowse Home | New Git URL |