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
- Host: GitHub
- URL: https://github.com/cucumber/cucumber-js-examples
- Owner: cucumber
- License: mit
- Created: 2022-01-15T00:12:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-25T17:23:25.000Z (over 2 years ago)
- Last Synced: 2024-04-14T13:08:33.736Z (about 2 years ago)
- Topics: documentation, examples
- Language: Makefile
- Homepage: https://github.com/cucumber/cucumber-js
- Size: 216 KB
- Stars: 22
- Watchers: 5
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)