Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Update javascript-test-automation.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions javascript-test-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down