https://github.com/elaichenkov/cypress-cucumber-testomatio-example
https://github.com/elaichenkov/cypress-cucumber-testomatio-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/elaichenkov/cypress-cucumber-testomatio-example
- Owner: elaichenkov
- License: mit
- Created: 2022-05-07T10:13:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T09:25:37.000Z (about 4 years ago)
- Last Synced: 2025-02-13T13:50:21.050Z (over 1 year ago)
- Language: JavaScript
- Size: 658 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cypress-cucumber-testomatio-example
Read my [article](https://elaichenkov.medium.com/manage-your-cypress-tests-along-with-manual-ones-with-testomat-io-like-a-pro-670186373300) about Cypress, Cucumber, and Testomat.io.
## Installation
```bash
npm i
```
## Usage
```bash
TESTOMATIO={ENTER_YOUR_PRIVATE_API_KEY} npx cypress run --headless
```