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 @@ -52,6 +52,7 @@
- [PhpUnit](https://phpunit.de/) - Unit testing framework for the PHP programming language. It is an instance of the xUnit architecture for unit testing frameworks that originated with SUnit and became popular with JUnit.
- [Playwright](https://playwright.dev/) - Framework for end-to-end testing of web applications. The framework supports writing tests in a variety of languages.
- [Psalm](https://psalm.dev) - Static analysis tool for finding errors in PHP applications, built on top of PHP Parser.
- [Public-Path Evidence Audit Starter](https://github.com/Allura-Gensin/public-path-evidence-audit-starter) - Free public-only conversion-path QA worksheet and GitHub Action that records bounded first-hop route evidence without credentials, form submissions, or browser automation.
- [Puppetry](https://puppetry.app/) - Open-source scriptless test automation tool built on top of Google's Puppeteer. It can be used by QA engineers with no programming background. Puppetry can also export the tests into a Jest.js project, so they can be included into CI/CD pipeline.
- [ReadyAPI](https://smartbear.com/product/ready-api) - Paid tool owned by Smartbear. It is used for testing API's. It is built on top of SOAPUI. So it has all the features of SOAPUI and additional features such as support for data-driven testing, SCM friendly project structure, and better assertion capabilities. ReadyAPI is a no-code platform, but it supports JavaScript and Groovy as scripting languages to implement unforeseen functionality.
- [Robot Framework](https://robotframework.org/) - Open-source automation framework that implements the keyword-driven approach for acceptance testing and acceptance test-driven development (ATDD). Robot Framework provides frameworks for different test automation needs. But its test capability can be further extended by implementing additional test libraries.
Expand Down