Skip to content
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
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- [Happo](https://happo.io) - Cross-browser screenshot and visual regression testing service, with integrations for popular tools such as Storybook, Playwright, and Cypress.
- [HttpMaster](https://www.httpmaster.net/) - GUI tool for HTTP testing and debugging.
- [Instancio](https://www.instancio.org/) - Open-source library for automating data setup in unit tests. It can create fully-populated POJOs with a single method call. Instancio can be used with any testing framework. It also provides a JUnit 5 extension.
- [invisible_playwright](https://github.com/feder-cr/invisible_playwright) - Drop-in replacement for Playwright's Python API that drives a Firefox patched at the C++ source level, so the browser fingerprint is set inside the engine instead of being injected into the page. Useful when a target environment serves different content to automated browsers. The fingerprint is derived from a seed, so the same seed reproduces the same browser on every run, which makes a failing run reproducible instead of a fresh roll of the dice.
- [Jest](https://jestjs.io/) - Open-source JavaScript testing framework, written in TypeScript and developed by Facebook. It supports testing with Babel, TypeScript, Node, React, Angular, Vue and much more!
- [Jumpstarter](https://github.com/jumpstarter-dev/jumpstarter) - A hardware-in-the-loop testing framework for cloud-native CI/CD pipelines.
- [JUnit](https://junit.org/) - Open-source unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development and is one of a family of unit testing frameworks which is collectively known as xUnit.
Expand Down