testrail-reporter
v0.1.0
Published
This reporter update test suites in TestRail using features files. And then add results for each case.
Readme
testrail-reporter
This reporter update test suites in TestRail using features files. And then add results for each case.
Config
Add TestRail settings to config.json in your tests folder. For example:
"testrailReporter": {
"url": "https://myproject.testrail.net/",
"username": "[email protected]",
"password": "password",
"projectID": "6"
}NOTE
For use this reporter you need use moonraker framework for your tests. Based on spec reporter.
