Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Cucumber

Cucumber is a software tool that supports behavior-driven development. Central to the Cucumber BDD approach is its ordinary language parser Gherkin. As such, Cucumber allows the execution of feature documentation written in business-facing text. It runs automated acceptance tests written in a behavior-driven development (BDD) style.

https://github.com/noushinb/logintest

Creating a Mobile App Login Page Test with Cucumber and Appium

appium bdd-tests cucumber java junit

Last synced: 17 Dec 2024

https://github.com/andressakarla/bugbank-web-automatizado_qaninja

Projeto de Testes Automatizados Web desenvolvido para o curso "Continuous Testing com Jenkins e Ruby" da QANinja

capybara cucumber docker jenkins ruby selenium siteprism

Last synced: 29 Nov 2024

https://github.com/palak345/3877

This repository contains an automation testing framework for the OrangeHRM demo website using Selenium WebDriver, Cucumber, and Page Object Model (POM) to ensure efficient and scalable test coverage. Included key testing artifacts like Test Plan, Bug Report, and Test Summary for transparency.

automation-testing cucumber java page-object-model selenium

Last synced: 18 Jan 2025

https://github.com/andreasneuber/playwright-cucumber-js-example

Sample implementation with Playwright and Cucumber, written in JS. With Dockerfile.

cucumber playwright

Last synced: 05 Jan 2025

https://github.com/arturocrisanto/cypress-cucumber

Learn to integrate Cypress with Cucumber for efficient test automation, covering installation, setup, and execution to streamline your testing workflow and ensure reliable software delivery.

cucumber cypress gherkin test-automation testing-tools

Last synced: 23 Dec 2024

https://github.com/anasss/api-testauto

An API testing automation suite using Spring boot, cucumber and Rest Assured.

cucumber java maven rest-api restassured springboot

Last synced: 23 Dec 2024

https://github.com/iamhareen/playwrightwithcucumber

A simple test automation framework combining Playwright and Cucumber to learn the basics of Behavior-Driven Development (BDD). Written in TypeScript, this repository is designed to help understand core concepts while leveraging Playwright's browser automation capabilities and Cucumber's BDD approach for readable and maintainable end-to-end tests.

automation-testing bdd-tests cucumber playwright typescript

Last synced: 27 Dec 2024

https://github.com/qubitpi/wilhelm-vocabulary-acceptance-tests

Making sure vocabularies construct knowledge graph correctly

acceptance-testing acceptance-tests behave ci-cd cicd cucumber github-actions python

Last synced: 01 Jan 2025

https://github.com/thiunuwan/group16-serinity

This repository is part of an assignment for the ITQA module, where Serenity-BDD is used as the testing tool for both UI and API testing.

cucumber github-actions serenity-bdd

Last synced: 01 Jan 2025

https://github.com/grasshopper7/cuke2-parameter-datatable

Examples of parameter and datatable conversion for Cucumber-JVM 2

cucumber cucumber-jvm java

Last synced: 28 Dec 2024

https://github.com/grasshopper7/cucumber-intro

Cucumber-JVM 4 execution from CLI

cucumber cucumber-jvm java

Last synced: 28 Dec 2024

https://github.com/rafaelaazevedo/MooTunes

Project to test frontend elements comparing with API response using Cucumber, Protractor and Sync-request

automation-test cucumber protractor qa-automation-test sync-request test test-automation

Last synced: 23 Oct 2024

https://github.com/razorblack/extentreports-cucumber7-adapter

Evolved Cucumber-JVM 7 Adapter for Extent Framework

cucumber extent-reports

Last synced: 23 Jan 2025

https://github.com/erickzhao/gmail-selenium-test

🥒 Cucumber in Agile Story Test Automation

automation cucumber selenium testing

Last synced: 18 Dec 2024

https://github.com/grasshopper7/cucina-italiana

Cucumber BDD process

cucumber cucumber-jvm java

Last synced: 28 Dec 2024

https://github.com/grasshopper7/cucumber-parameter-to-object

Cucumber-JVM 4 parameter conversion

cucumber cucumber-jvm java

Last synced: 28 Dec 2024

https://github.com/andressakarla/testes-automatizados-mobile-training-wheels-protocol_ruby

Projeto de Testes Automatizados Mobile Android no aplicativo "Training Wheels Protocol" desenvolvido para o curso "Introdução ao Appium com Ruby e Cucumber" da "QANinja Academy"

appium-android cucumber rspec ruby

Last synced: 18 Dec 2024

https://github.com/grasshopper7/cucumber-plugin

Cucumber-JVM 4 built-in formatters & custom plugins

cucumber cucumber-jvm java java-8

Last synced: 28 Dec 2024

https://github.com/andressakarla/testes-automatizados-web-front-serve-rest_ruby

Projeto de Testes Automatizados Web no front e API REST do ServeRest desenvolvido para me aprofundar um pouco mais nos estudos sobre testes automatizados em Ruby

capybara chromedriver cucumber fixtures geckodriver github-actions github-workflows httparty json linux-ubuntu rspec ruby siteprism windows-10

Last synced: 18 Dec 2024

https://github.com/marcosvini9999/springbdd

This project is an API development initiative that embraces Behavior-Driven Development (BDD) principles using the Spring framework, Java, Maven, Cucumber, JUnit, and Gherkin. The primary objective is to create a comprehensive and easily understandable API by incorporating BDD methodologies.

bdd cucumber gherkin java junit spring

Last synced: 01 Jan 2025

https://github.com/vondacho/arch-blueprint-kotlin

A Kotlin-SpringBoot-Reactor backend application project as template and pedagogical support for teaching of Clean Architecture crafting practice.

cucumber hexagonal-architecture reactive-programming spring-boot spring-webflux structurizr

Last synced: 19 Dec 2024

https://github.com/grasshopper7/cucumber-intro-testng

Cucumber-JVM 4 execution with TestNG runner

cucumber cucumber-jvm java testng

Last synced: 28 Dec 2024

https://github.com/marcosrachid/bdd-with-cucumber

Simple implementation of Cucumber bdd with wiremock

cucumber java java-8 java8 wiremock

Last synced: 19 Dec 2024

https://github.com/grasshopper7/cuke-wrap-scenariooutline

Wrapping a ScenarioOutline with setup and teardown by splitting examples table

cucumber cucumber-jvm gherkin

Last synced: 28 Dec 2024

https://github.com/grasshopper7/cuke3-migrate-datatabletype

Migration of datatable conversion for Cucumber-jvm 3 from version 2

cucumber cucumber-jvm java

Last synced: 28 Dec 2024

https://github.com/hiberbee/github-action-cucumber

Executes Cucumber features as Github Action

ci cucumber github-action java test-automation

Last synced: 23 Oct 2024

https://github.com/youssefm2000/shop_seleniumframework

Web Automation Testing "Shop Website"

chromeheadless cucumber java jenkins maven pom testng

Last synced: 13 Dec 2024

https://github.com/espekkaya/wdio-cucumber-reporter

WebdriverIO Reporter Plugin

cucumber wdio wdio-reporter

Last synced: 10 Jan 2025

https://github.com/iamhareen/playwright-cucumber-typescript

A comprehensive Behavior-Driven Development (BDD) test automation framework using Playwright and Cucumber. This TypeScript project demonstrates how to write clear, human-readable test scenarios with Gherkin and automate them with Playwright's powerful browser automation capabilities.

automation cucumber playwright typescript

Last synced: 28 Dec 2024

https://github.com/laurentbristiel/cucumber_poc

POC of cucumber testing tool

cucumber ruby testing

Last synced: 20 Dec 2024

https://github.com/hala-samir/appium

This repo contains practicing Appuim framework using Java for mobile testing purposes.

appium appium-android appium-framework appium-java appium-tests cucumber datadriven java pageobjectmodel

Last synced: 10 Jan 2025

https://github.com/josdem/selenium-cucumber

Selenium Cucumber and TestNG to validate a web site

cucumber java maven testng

Last synced: 17 Jan 2025

https://github.com/josdem/launcher-automation

Cucumber along with Junit and Appium to test Android app locally

appium cucumber gradle java junit

Last synced: 17 Jan 2025

https://github.com/josdem/juice-automation-cucumber

Juice scenarios validation using Cucumber

cucumber gradle java jsonnode maven webclient webflux

Last synced: 17 Jan 2025

https://github.com/josdem/fasthub-appium

Feature testing using Appium for a popular GitHub client FastHub

android appium cucumber fasthub junit5

Last synced: 17 Jan 2025

https://github.com/kuzzleio/sdk-features

SDK's e2e features files

cucumber kuzzle-sdk

Last synced: 10 Jan 2025

https://github.com/pirasanthan-jesugeevegan/amt-cypress-expedia

This is a task to Automate the Expedia Hotel booking system using Cypress and Cucumber with Mochawesome report

cucumber cypress scenarios

Last synced: 26 Dec 2024

https://github.com/pirasanthan-jesugeevegan/amt-cypress-perlego_login_form

This is a task to Automate the Perlego Login Form using Cypress and Cucumber with Mochawesome report

cucumber cypress cypress-io mochawesome

Last synced: 26 Dec 2024

https://github.com/pirasanthan-jesugeevegan/amt-cypress-cucumber

This is a Demo project to demonstrate how to use cucumber with Cypress 10+

cucumber cucumber-js cypress cypress-example cypress-io

Last synced: 26 Dec 2024

https://github.com/nareshnavinash/teber-capybara

Page Object Model Framework for Selenium, capybara, ruby with allure reporting

capybara cucumber framework parallel-tests ruby selenium web-automation

Last synced: 26 Dec 2024

https://github.com/hasanazeerkhan/selenium-javascript-cucumber

This collection of exercises is designed to help you gain practical experience working with Selenium WebDriver, a popular tool used for automating web browser interactions.

cucumber javascript selenium wip

Last synced: 10 Jan 2025

https://github.com/vincentfree/cucumberdemo

Cucumber demo bij Atos test competence

atos cucumber java

Last synced: 15 Dec 2024

https://github.com/adamcegielka/learn-test-automation

Cypress, Playwright, Selenium, BDD, Postman, Rest API, Cucumber, BDD

bdd cucumber cypress playwright postman rest-api restful-api selenium test-automation webdriver

Last synced: 26 Dec 2024

https://github.com/osandadeshan/selenium-cucumber-demo

This is a demo project on Cucumber + Selenium + Page Object Model Design Pattern + TestNG + Java.

automation cucumber cucumber-java java page-object-model selenium selenium-webdriver

Last synced: 13 Jan 2025

https://github.com/danielhndz/ps-checkpoint-cypress

Solution implemented for the Publicis Sapient checkpoint on Cypress

automation-api automation-testing automation-ui cucumber cypress gherkin

Last synced: 23 Jan 2025

https://github.com/the-sdet/cucumber-summary-reporter

This library generates a summary report for Cucumber test results, which can be integrated as a plugin/adapter for Cucumber. The report provides a concise overview of test execution, making it easier to analyze test stats or distribute a simplified summary, for example, via email.

cucumber reporting summary-reporting

Last synced: 02 Jan 2025

https://github.com/dilkhush/javascript-cucumber

Here You will get an basic example of cucumber with javascript. :)

cucumber cucumberjs javascript

Last synced: 10 Jan 2025

https://github.com/brobert83/cucumber_base_http_java8

Cucumber http steps library

bdd cucumber http spring

Last synced: 18 Jan 2025

https://github.com/extrawest/bdd_ocpi_2.2.1_emsp

BDD tests to check any eMSP server meets OCPI 2.2.1 protocol requirements

bdd cucumber ev ocpi

Last synced: 03 Jan 2025

https://github.com/jmromer/codebreaker

Test-driven command-line game for The RSpec book.

bdd code-along cucumber rspec ruby tdd the-rspec-book

Last synced: 13 Jan 2025

https://github.com/romfos/ngherkin

Modern Gherkin-based BDD framework for .NET ecosystem

bdd cucumber dotnet executable-specification gherkin spec test-automation-framework testing tests

Last synced: 10 Jan 2025

https://github.com/dbbrandt/precidix-test

Ruby Testing app using Cucmber and Watir

cucumber ruby testing watir

Last synced: 03 Jan 2025

https://github.com/gherking/gpc-license

This precompiler can be used to inject License statement into the feature files.

cucumber feature-file gherkin gherking gpc hacktoberfest precompiler typescript

Last synced: 09 Nov 2024

https://github.com/chatgthb/testingpractices_restassured_cucumber_api

A test automation framework for RESTful API testing using RestAssured, Cucumber (BDD), and TestNG. Includes comprehensive reporting with ExtentReports. Built for the Petstore API.

api-testing automated-testing bdd cucumber extentreports-cucumber7 petstore-api restassured-framework restful-api testng

Last synced: 09 Nov 2024

https://github.com/test-results-reporter/example-pactum-cucumber-testbeats

example repo to showcase integration of pactum and cucumber with testbeats

cucumber pactum pactumjs testbeats

Last synced: 31 Dec 2024

https://github.com/juwit/cucumber-gatling

cucumber-gatling is a bridge between Cucumber (for Behaviour Driver Development) and Gatling

behavior-driven-development cucumber gatling

Last synced: 31 Dec 2024

https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-assert

Puppeteer end-to-end test automation boilerplate, using CommonJS, Cucumber and Assert.

assert commonjs cucumber end-to-end-test-automation puppeteer

Last synced: 11 Jan 2025

https://github.com/chvishalparmar/product-search

Core Java Project Which include Cucumber Software testing.

cucumber java maven mysql

Last synced: 31 Dec 2024

https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-assert

Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Assert.

assert chai commonjs cucumber selenium selenium-webdriver

Last synced: 11 Jan 2025

https://github.com/andradeg-luiza/playground_bdd

I am taking a course to specialize in Cypress, covering E2E testing, Web Apps, API testing, mobile ViewPort, Cloud, TestOps, Components, Jenkins, Docker, and geolocation. Since it doesn’t include Cucumber, I’m working on this parallel project to apply course concepts while incorporating Cucumber.

cucumber cypress javascript page-object-model

Last synced: 30 Nov 2024

https://github.com/veena444/cucumberpomframework

This repository contains a Selenium-cucumber-java framework & libraries that demonstrates how to develop a automation framework using Cucumber 7.0v with Page Object Model.

cucumber intellij java junit page-object-model selenium-webdriver

Last synced: 30 Nov 2024

https://github.com/zafir100100/login-automation-with-cucumber-selenium

This Git repository contains an automation project for the Login functionality, developed using Selenium and Cucumber. The project allows users to automate the login process of a web application, using various test cases and scenarios. The test cases are written in a behavior-driven development style, making it easier for stakeholders to understand

cucumber gherkin intellij java report selenium-webdriver

Last synced: 08 Jan 2025

https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-expect

Puppeteer end-to-end test automation boilerplate, using CommonJS, Cucumber and Expect.

commonjs cucumber end-to-end-test-automation expect puppeteer

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-assert

selenium-webdriver end-to-end test automation boilerplate, using CommonJS, cucumberJS and Assert.

assert commonjs cucumber selenium-webdriver

Last synced: 11 Jan 2025

https://github.com/kwakwaversal/test-perl-cucumber

Testing `Test::BDD::Cucumber` and CI integration

cucumber perl

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-expect

WD end-to-end test automation boilerplate, Using Commonjs, Webdriver-Manager, Cucumber, Chai and Expect.

chai commonjs cucumber e2e-boilerplate end-to-end-test-automation webdriver-manager

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-should

Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Should.

chai cucumber selenium-webdriver

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/wd-commonjs-webdriver-manager-cucumber-chai-should

WD end-to-end test automation boilerplate project. Using commons, cucumber, webdriver-manager and chai

chai commonjs cucumber e2e-boilerplate end-to-end-test-automation wd webdriver-manager

Last synced: 11 Jan 2025

https://github.com/assertthat/assertthat-bdd-maven-example

Example project for https://github.com/assertthat/assertthat-bdd-maven-plugin

assertthat-bdd bdd cucumber jira-plugin maven-plugin

Last synced: 07 Jan 2025

https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-should

Selenium-WebDriver end-to-end test automation boilerplate, Using Commonjs, Cucumber, Chai and Should.

chai commonjs cucumber selenium-webdriver

Last synced: 11 Jan 2025

https://github.com/hednailiautomation/e-commerce_testing_project

This is a selenium maven e-commerce testing project using Allure reports / Cucumber using JUnit Runner / Cucumber using testng Runner/ headless versions / Chrome and Firefox Versions

allure-report bdd cucumber java maven pom selenium testng

Last synced: 06 Dec 2024

https://github.com/e2e-boilerplate/selenium-webdriver-commonjs-cucumber-chai-expect

selenium-webdriver end-to-end test automation boilerplate project. Using commonjs, cucumber & chai

chai commonjs cucumber selenium-webdriver

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-assert

Cypress end-to-end test automation boilerplate, Using TypeScript, Cucumber, Chai and Assert.

assert chai cucumber cypress end-to-end-test-automation typescript

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-should

Cypress end-to-end test automation boilerplate, Using TypeScript, Cucumber, Chai and Should.

chai cucumber cypress end-to-end-test-automation typescript

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/selenium-webdriver-es-modules-cucumber-chai-assert

Selenium-WebDriver end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Assert.

assert chai cucumber selenium-webdriver

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/cypress-typescript-cucumber-chai-expect

Cypress end-to-end test automation boilerplate, Using TypeScript, Cucumber, Chai and Expect.

chai cucumber cypress end-to-end-test-automation typescript

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-jest-expect

Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Jest and Expect.

cucumber cypress end-to-end-test-automation expect jest

Last synced: 11 Jan 2025

https://github.com/yauhenipo/webui_test_framework

Test Email Accounts with using JavaMail API & Selenium & DDT

cucumber

Last synced: 15 Dec 2024

https://github.com/brunofbarbosa/playwright-cucumber-automation

Web automation framework using Java, Cucumber and Playwright

cucumber java playwright

Last synced: 15 Jan 2025

https://github.com/jsfehler/flask-cucumber-reporter

Flask app that displays the results from a cucumber.json file

cucumber flask

Last synced: 22 Dec 2024

https://github.com/e2e-boilerplate/cypress-es-modules-cucumber-chai-expect

Cypress end-to-end test automation boilerplate, Using ES Modules, Cucumber, Chai and Expect.

chai cucumber cypress end-to-end-test-automation expect

Last synced: 11 Jan 2025

https://github.com/e2e-boilerplate/puppeteer-commonjs-cucumber-chai-expect

Puppeteer end-to-end test automation boilerplate, using CommonJS, Cucumber, Chai and Expect.

chai commonjs cucumber end-to-end-test-automation puppeteer

Last synced: 11 Jan 2025

Cucumber Awesome Lists
Cucumber Categories