This is an example of a testrail integration for developing the Yawave web-site.
- Node.js
- NPM
- CasperJS - can be installed via run-test.sh
- You need to clone repo.
- Go to repo.
- You should run bash script.
./run-test.sh %path to test%
Where %path to test% is path of file that contains automated test. You can find test files in tests/ folder. For example:
./run-test.sh tests/Authorization/yawave-sign-in-email.js
- You can find and change arguments to test in arguments.json file. This file contains default arguments to each test.
- If you run bash script and your test will be failed then you need to run the next command (it's manual mode for sending results to TestRail system):
node ./yawave.js %path to test%