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

https://github.com/cucumber/cucumber-js-examples

Examples of using Cucumber-JS
https://github.com/cucumber/cucumber-js-examples

documentation examples

Last synced: 8 months ago
JSON representation

Examples of using Cucumber-JS

Awesome Lists containing this project

README

          

# Cucumber-JS Examples

There are so many ways you can use [Cucumber-JS](https://github.com/cucumber/cucumber-js)!

For example:

* [a Node.js app with ESM](./examples/esm-node)
* a TypeScript Node.js app
* [using CommonJS format](./examples/typescript-node-commonjs)
* [using ESM format](./examples/typescript-node-esm)
* [a Command-line Node.js app](./examples/command-line)
* [a GitHub Probot app](./examples/probot)