Skip to content

mula-dm/casper

Repository files navigation

Yawave TestRail Integration

This is an example of a testrail integration for developing the Yawave web-site.

Requirements

  • Node.js
  • NPM
  • CasperJS - can be installed via run-test.sh

How to use?

  1. You need to clone repo.
  2. Go to repo.
  3. 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

TODO

  1. You can find and change arguments to test in arguments.json file. This file contains default arguments to each test.
  2. 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% 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published