Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heedrox/cypress-cucumber-example
An example skeleton with Cypress and Cucumber
https://github.com/heedrox/cypress-cucumber-example
acceptance-testing atdd bdd cucumber cucumber-js cucumberjs cypress cypress-io cypressio javascript tdd
Last synced: 3 months ago
JSON representation
An example skeleton with Cypress and Cucumber
- Host: GitHub
- URL: https://github.com/heedrox/cypress-cucumber-example
- Owner: heedrox
- Created: 2019-02-23T16:56:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:39:54.000Z (about 2 years ago)
- Last Synced: 2024-09-26T14:24:12.366Z (4 months ago)
- Topics: acceptance-testing, atdd, bdd, cucumber, cucumber-js, cucumberjs, cypress, cypress-io, cypressio, javascript, tdd
- Language: JavaScript
- Size: 1.01 MB
- Stars: 82
- Watchers: 7
- Forks: 41
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress - Cucumber Example
## Installing
- Clone repo
- Do `git submodule init`
- Do `git submodule update`
- npm install
Submodules where added as
```sh
git submodule add [email protected]:jmarti-theinit/cypress-cucumber-examples-features.git gherkin-features
```Use your own repo doing:
```sh
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.