diff --git a/javascript-test-automation.md b/javascript-test-automation.md index 77736c8..7ea32c3 100644 --- a/javascript-test-automation.md +++ b/javascript-test-automation.md @@ -144,8 +144,10 @@ No dependencies, works with any unit testing framework. * [Blanket](http://blanketjs.org/) - JavaScript code coverage library that works both in-browser and with nodejs. * [Mochawesome](https://github.com/adamgruber/mochawesome) - reporter for Mocha that generates a full fledged HTML/CSS report that helps visualize your test suites * [Allure](http://allure.qatools.ru/) - a universal reporter for any testing framework. Supports [Mocha](https://docs.qameta.io/allure/2.0/#_mocha) and [Jasmine (and Protractor)](https://docs.qameta.io/allure/2.0/#_jasmine) +* [testomatio-reporter](https://github.com/testomatio/reporter) Allows to collect tests to TCMS and sync manual and automated tests in one place. * [cucumber-html-reporter](https://www.npmjs.com/package/cucumber-html-reporter) - Provide Cucumber JSON report file created from your framework and this module will create pretty HTML reports. Choose your best suitable HTML theme and dashboard on your CI with available HTML reporter plugins. * [Coveralls GitHub Action](https://github.com/gavinhenderson/coveralls-action) - A GitHub Action that will automatically report your latest test results to coveralls +* [GitHub Pipe](https://github.com/testomatio/reporter/blob/master/docs/pipes/github.md) Simple reporting and analytics for GithubAction runs. ## Data-Driven Testing * [test-each](https://github.com/ehmicky/test-each) - Repeat tests using different inputs.