From 8d2fdb176459d058e115e2ecf4adf11b3a988db8 Mon Sep 17 00:00:00 2001 From: jun AD Date: Sat, 1 Aug 2026 11:27:59 +0800 Subject: [PATCH] Add Delivery Acceptance Workbench --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cb50073..3a28e18 100644 --- a/readme.md +++ b/readme.md @@ -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.