https://github.com/sridharbandi/cucumberjs-dt
This is example project on Cucumber JS
https://github.com/sridharbandi/cucumberjs-dt
Last synced: 3 months ago
JSON representation
This is example project on Cucumber JS
- Host: GitHub
- URL: https://github.com/sridharbandi/cucumberjs-dt
- Owner: sridharbandi
- Created: 2021-01-14T20:55:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T13:41:11.000Z (over 2 years ago)
- Last Synced: 2025-03-04T00:45:01.296Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## This is a simple example project on Cucumber JS
### Usage
1. Clone this repo and extract it
2. Execute the command `npm install` to install dependencies
3. To run the tests execute the command `npm test`
4. To generate report execute the command `npm run report`
5.