An open API service indexing awesome lists of open source software.

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

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
```