Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remarkablemark/cypress-cucumber-example
:cucumber: Cypress and Cucumber demo.
https://github.com/remarkablemark/cypress-cucumber-example
automation bdd cucumber cypress end-to-end-testing feature-file gherkin javascript nodejs testing
Last synced: about 2 months ago
JSON representation
:cucumber: Cypress and Cucumber demo.
- Host: GitHub
- URL: https://github.com/remarkablemark/cypress-cucumber-example
- Owner: remarkablemark
- License: mit
- Created: 2021-04-09T01:20:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-12T17:25:12.000Z (over 3 years ago)
- Last Synced: 2024-10-11T15:13:35.035Z (2 months ago)
- Topics: automation, bdd, cucumber, cypress, end-to-end-testing, feature-file, gherkin, javascript, nodejs, testing
- Language: JavaScript
- Homepage: https://youtu.be/YV3qPvhJ-rg
- Size: 111 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cypress-cucumber-example
[![end-to-end](https://github.com/remarkablemark/cypress-cucumber-example/actions/workflows/end-to-end.yml/badge.svg)](https://github.com/remarkablemark/cypress-cucumber-example/actions/workflows/end-to-end.yml)
![GitHub last commit](https://img.shields.io/github/last-commit/remarkablemark/cypress-cucumber-example)Examples of using [Cypress](https://www.cypress.io/) with [Cucumber](https://cucumber.io/). Inspired by [cypress-cucumber-example](https://github.com/TheBrainFamily/cypress-cucumber-example). Watch [YouTube video](https://youtu.be/YV3qPvhJ-rg).
Dependencies:
- [cypress](https://www.npmjs.com/package/cypress)
- [cypress-cucumber-preprocessor](https://www.npmjs.com/package/cypress-cucumber-preprocessor)
- [cypress-xpath](https://www.npmjs.com/package/cypress-xpath)## Prerequisites
- [Node.js](https://nodejs.org/)
- [Yarn](https://classic.yarnpkg.com/)## Install
Clone repository:
```sh
git clone https://github.com/remarkablemark/cypress-cucumber-example.git
cd cypress-cucumber-example
```Install dependencies:
```sh
yarn
```## Run
Open Cypress:
```sh
yarn cypress:open
```Run Cypress:
```sh
yarn cypress:run
```## License
[MIT](LICENSE)