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 @@ -27,6 +27,7 @@
- [CodeceptJS](https://codecept.io/) - E2E testing framework with a special unificated BDD-style syntax for different frameworks.
- [Cucumber](https://docs.cucumber.io/) - Open-source tool that supports Behaviour-Driven Development (BDD). The tests are written in [Gherkin](https://docs.cucumber.io/gherkin/). Cucumber integrates nicely with Selenium WebDriver, Serenity BDD, Watir and Capybara.
- [Cypress](https://www.cypress.io/) - JavaScript End-to-End testing framework. It allows you to run e2e tests effortlessly (no need to do a Java/Selenium setup in order to use it) with features such as debugging with Chrome DevTools and screenshots for tests run headlessly. The documentation is good and comes with many examples.
- [Delivery Acceptance Workbench](https://stomeonst.github.io/delivery-acceptance-workbench/) - Local, read-only QA utility that validates delivery folders against reusable rules and generates traceable JSON and offline HTML acceptance reports.
- [GoCodeo](https://www.gocodeo.com) - AI-powered VS Code extension that generates code and tests using large language models such as Claude, GPT-4o, and Gemini.
- [GoConvey](https://github.com/smartystreets/goconvey) - Behavior-driven development(BDD)-style testing framework that supports the go test command. It uses an expressive domain-specific language (DSL) that facilitates the creation of self-documenting, highly readable tests.
- [Guara](https://guara.readthedocs.io/en/latest/) - Guará is a Python framework designed to simplify UI test automation. Inspired by design patterns like Page Objects, App Actions, and Screenplay, Guará focuses on Page Transactions—encapsulating user interactions (transactions) on web pages, such as Login, Logout, or Form Submissions. It’s not just a tool; it’s a programming pattern that can be adapted to any web driver.
Expand Down