diff --git a/README.md b/README.md index 1e82877..fa29523 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ A curated list of awesome Cucumber and Gherkin-related resources Blog posts and articles about using Cucumber with other tools. +- [BDD in Courgette](https://courgette-testing.com/bdd) - [BDD in DevOps: An Example of BDD in Continuous Integration | Whiteboard Friday](https://www.qasymphony.com/blog/bdd-devops-example-bdd-continuous-integration/) - [Be Da Developer, Cucumber on Android](https://proandroiddev.com/be-da-developer-cucumber-on-android-cfd07773e59d) - [Cucumber.io - Official Documentation for Cucumber](https://cucumber.io/docs) @@ -31,6 +32,7 @@ Blog posts and articles about using Cucumber with other tools. These were built on top of Cucumber and provide a BDD ecosystem. - [Cluecumber Report Maven Plugin](https://github.com/trivago/cluecumber-report-plugin) - This plugin creates aggregated test reports from Cucumber compatible JSON files that are generated by Cucumber BDD, Karate and other frameworks. +- [Courgette](https://courgette-testing.com) - Beautifully simple UI testing. Proper declarative BDD scenarios using Gherkin, Gherkin templates and composable YAML-style page and component objects. - [Cucable Maven Plugin](https://github.com/trivago/cucable-plugin) - Cucable is a Maven plugin for Cucumber scenarios that simplifies fine-grained and efficient parallel test runs. - [Cucumber.js](https://github.com/cucumber/cucumber-js) - Cucumber.js is the JavaScript implementation of Cucumber and runs on the maintained Node.js versions and modern web browsers. - [Cucumber Reports Plugin](https://github.com/jenkinsci/cucumber-reports-plugin) - This is a Java Jenkins plugin which publishes pretty html reports showing the results of cucumber runs.