Skip to content

Commit

Permalink
Updated information and links on JavaScript test automation
Browse files Browse the repository at this point in the history
  • Loading branch information
pyuscherbakov committed Nov 19, 2024
1 parent 4e2f30b commit dbd2100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions javascript-test-automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@ No dependencies, works with any unit testing framework.

## Continuous Integration
* [Strider CD](http://strider-cd.github.io/) - Open Source Continuous Deployment / Continuous Integration platform written in NodeJS.
* [Gulp](http://gulpjs.com/) - Streaming building system/task runner in nodejs. Based on streaming data flow conception (https://github.com/substack/stream-handbook).
* [Gulp](http://gulpjs.com/) - Streaming building system/task runner in nodejs.
* [Grunt](https://gruntjs.com/) - Streaming building system/task runner in nodejs. Can't do anything without plugins, but there are many of them for all kinds of purposes.

## Reporting
* [Testomat.io](https://testomat.io/) - test management and reporting system for javascript automated tests
* [ReportPortal.io](http://ReportPortal.io) - powerfull results management and analytics for test automation reports. Powered with Machine Learning. Real-time integration and reports, visualization of trends and statistics, custom dashboards and widgets, gives you real visibility into the state of test automation. Integral part of CI/CD with TA and Continous Testing. Server-client application, can be used for any type of automated tests, with huge list of [available integrations](https://github.com/reportportal?utf8=✓&q=agent-). Free and OpenSourced, [GitHub link](https://github.com/reportportal).
* [Istanbul](https://github.com/gotwarlost/istanbul) - JS coverage tool for unit tests, server side functional tests and browser tests.
* [Blanket](http://blanketjs.org/) - JavaScript code coverage library that works both in-browser and with nodejs.
* [Blanket](https://github.com/alex-seville/blanket) - 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)
* [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.
Expand All @@ -173,7 +173,7 @@ No dependencies, works with any unit testing framework.
* [test-each](https://github.com/ehmicky/test-each) - Repeat tests using different inputs.

## Documentation generation
* [JSdoc3](http://usejsdoc.org/) - An API documentation generator for JavaScript
* [JSdoc3](https://jsdoc.app/) - An API documentation generator for JavaScript
* [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) - Generates markdown API documentation from jsdoc annotated source code.
* [Docco](http://jashkenas.github.io/docco/) - Docco is a quick-and-dirty documentation generator, written in Literate CoffeeScript
* [MrDoc](https://mr-doc.github.io/mr-doc/) - A personal source documenter
Expand Down

0 comments on commit dbd2100

Please sign in to comment.