This package allows you to create a TestRail structure from your own Jest automated tests.
After running the tests, this reporter will create the following:
- suites - from folder names
- sections - from file names
- subsections - from describe names
- test cases - from it names
npm i jest-2-testrail-importer
This project is licensed under the MIT License - see the LICENSE file for details.