Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding info and article about Courgette #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down