node-cucumber-testrail-sync
node-cucumber-testrail-sync copied to clipboard
Cucumber TestRail integration module
Cucumber TestRail Sync
Module to use Cucumber in conjunction with TestRail.
-
It can synchronize test cases from TestRail to
.feature
files on your local filesystem. -
It can automatically push test results to TestRail - after they've been run.
Philosophy
At SSENSE, we strive to deliver high quality on every project.
With that perspective, Cucumber TestRail Sync
has been developed with 2 main goals:
-
Have a single source of truth for test cases (TestRail)
-
Encourage synergy between developers and QA analysts - yes it's possible !
We propose the following collaborative workflow for BDD testing:
Installation
npm i @ssense/cucumber-testrail-sync -D
Usage
-
Configuring a project
-
Synchronization of test cases from/to TestRail
-
Synchronization verification
-
Pushing test results to TestRail
Change Log
Authors
License
This project is licensed under the MIT License - see the LICENSE.md file for details.