https://github.com/cucumber/cucumber-node-starter-javascript-commonjs
https://github.com/cucumber/cucumber-node-starter-javascript-commonjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cucumber/cucumber-node-starter-javascript-commonjs
- Owner: cucumber
- License: mit
- Created: 2025-03-13T17:21:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-14T16:06:45.000Z (3 months ago)
- Last Synced: 2026-03-15T02:51:16.500Z (3 months ago)
- Language: Gherkin
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cucumber-node-starter-javascript-commonjs
Starter template for a [cucumber-node](https://github.com/cucumber/cucumber-node) project using CommonJS.
## Usage
Work on your feature files and support code in the `features` directory, and then run:
```shell
npm test
```