https://github.com/cucumber/cucumber-node-starter-typescript-commonjs
https://github.com/cucumber/cucumber-node-starter-typescript-commonjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cucumber/cucumber-node-starter-typescript-commonjs
- Owner: cucumber
- License: mit
- Created: 2025-03-13T16:56:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-01T06:38:06.000Z (3 months ago)
- Last Synced: 2026-03-01T09:46:41.966Z (3 months ago)
- Language: Gherkin
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cucumber-node-starter-typescript-commonjs
Starter template for a [cucumber-node](https://github.com/cucumber/cucumber-node) project using TypeScript and CommonJS.
## Usage
Work on your feature files and support code in the `features` directory, and then run:
```shell
npm test
```