From f2612ac4c9752dc0a08fb189e69c0bfc57d3688e Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Wed, 15 Jan 2025 15:54:33 -0600 Subject: [PATCH] Add Happo to JavaScript test automation list --- javascript-test-automation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript-test-automation.md b/javascript-test-automation.md index 4927aef..85abdc7 100644 --- a/javascript-test-automation.md +++ b/javascript-test-automation.md @@ -77,6 +77,7 @@ No dependencies, works with any unit testing framework. * [Protractor](http://www.protractortest.org/#/) - End-to-end test framework for Angular applications, comes with JasmineWD included, and built on top of WebdriverJS * [CodeceptJS](http://codecept.io/) - Supercharged end 2 end testing for NodeJS * [Nightwatch.js](http://nightwatchjs.org/) - Easy to use Node.js based End-to-End (E2E) testing solution for browser based apps and websites. +* [Happo](https://happo.io) - Cross-browser screenshot and visual regression testing service, with integrations for popular tools such as Storybook, Playwright, and Cypress. * [Dalek.js](http://dalekjs.com/) - Automated cross browser testing with JavaScript. * [Nemo](http://nemo.js.org/) - Nemo provides a simple way to add selenium automation to your NodeJS web projects. With a powerful configuration ability provided by krakenjs/confit, and plugin architecture, Nemo is flexible enough to handle any browser/device automation need. * [Frisby](http://frisbyjs.com/) - Is a REST API testing framework built on node.js and Jasmine that makes testing API endpoints easy, fast, and fun.