https://github.com/sridharbandi/cucumberjs-dt-example
https://github.com/sridharbandi/cucumberjs-dt-example
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sridharbandi/cucumberjs-dt-example
- Owner: sridharbandi
- Created: 2023-04-22T06:01:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T07:19:05.000Z (over 2 years ago)
- Last Synced: 2025-01-14T06:16:20.375Z (9 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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`