All Projects → jmarti-theinit → Cypress Cucumber Example

jmarti-theinit / Cypress Cucumber Example

An example skeleton with Cypress and Cucumber

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cypress Cucumber Example

Cucumber Rust
Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
Stars: ✭ 210 (+268.42%)
Mutual labels:  tdd, bdd, cucumber
Radish
Behavior Driven Development tooling for Python. The root from red to green.
Stars: ✭ 153 (+168.42%)
Mutual labels:  tdd, bdd, cucumber
Aruba
Test command-line applications with Cucumber-Ruby, RSpec or Minitest. The most up to date documentation can be found on Cucumber.Pro (https://app.cucumber.pro/projects/aruba)
Stars: ✭ 900 (+1478.95%)
Mutual labels:  tdd, bdd, cucumber
Gunit
GUnit - Google.Test/Google.Mock/Cucumber on steroids
Stars: ✭ 156 (+173.68%)
Mutual labels:  tdd, bdd, cucumber
Add
Разработка с управляемым качеством на 1С
Stars: ✭ 210 (+268.42%)
Mutual labels:  tdd, bdd, cucumber
mocha-cakes-2
A BDD plugin for Mocha testing framework
Stars: ✭ 44 (-22.81%)
Mutual labels:  tdd, bdd, cucumber
cucumber
Cucumber testing framework for Rust. Fully native, no external test runners or dependencies.
Stars: ✭ 322 (+464.91%)
Mutual labels:  tdd, bdd, cucumber
List Of Testing Tools And Frameworks For .net
✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
Stars: ✭ 303 (+431.58%)
Mutual labels:  tdd, bdd
Lest
A modern, C++11-native, single-file header-only, tiny framework for unit-tests, TDD and BDD (includes C++98 variant)
Stars: ✭ 316 (+454.39%)
Mutual labels:  tdd, bdd
Cucumber Api
API validator in BBD style with Cucumber
Stars: ✭ 50 (-12.28%)
Mutual labels:  bdd, cucumber
Shellspec
A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells
Stars: ✭ 375 (+557.89%)
Mutual labels:  tdd, bdd
Phpspec Matchers
Collection of additional matchers for phpspec
Stars: ✭ 32 (-43.86%)
Mutual labels:  tdd, bdd
Everydayrails Rspec 2017
Sample source for the 2017 edition of Everyday Rails Testing with RSpec.
Stars: ✭ 280 (+391.23%)
Mutual labels:  tdd, bdd
Jgiven
Behavior-Driven Development in plain Java
Stars: ✭ 319 (+459.65%)
Mutual labels:  tdd, bdd
gomatch
Library created for testing JSON against patterns.
Stars: ✭ 41 (-28.07%)
Mutual labels:  tdd, bdd
Baretest
An extremely fast and simple JavaScript test runner.
Stars: ✭ 364 (+538.6%)
Mutual labels:  tdd, bdd
bat
Gherkin based DSL for testing HTTP APIs via Cucumber.JS
Stars: ✭ 30 (-47.37%)
Mutual labels:  bdd, cucumber
Behat
BDD in PHP
Stars: ✭ 3,696 (+6384.21%)
Mutual labels:  bdd, cucumber
Should Enzyme
Useful functions for testing React Components with Enzyme.
Stars: ✭ 41 (-28.07%)
Mutual labels:  tdd, bdd
Ut
UT: C++20 μ(micro)/Unit Testing Framework
Stars: ✭ 507 (+789.47%)
Mutual labels:  tdd, bdd

Cypress - Cucumber Example

Installing

  • Clone repo
  • Do git submodule init
  • Do git submodule update
  • npm install

Submodules where added as

git submodule add [email protected]:jmarti-theinit/cypress-cucumber-examples-features.git gherkin-features

Use your own repo doing:

git submodule deinit gherkin-features
git submodule add (YOUR_REPO_URL) gherkin-features
git add --all
git commit -m "Change repo url"

Warning

In cypress.json you can check the "chromeWebSecurity" property disabled. Please, do not use it unless you know what it does. This is done right now to make the "feel-lucky" feature to work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].