Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plouc/cucurbit
Run cucumber-js tests from your browser
https://github.com/plouc/cucurbit
bdd cli cucumber gherkin test-runn ui
Last synced: 22 days ago
JSON representation
Run cucumber-js tests from your browser
- Host: GitHub
- URL: https://github.com/plouc/cucurbit
- Owner: plouc
- License: mit
- Created: 2018-08-03T14:33:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T14:21:44.000Z (about 6 years ago)
- Last Synced: 2024-10-01T07:08:18.590Z (about 1 month ago)
- Topics: bdd, cli, cucumber, gherkin, test-runn, ui
- Language: JavaScript
- Homepage:
- Size: 1.59 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curcurbit
[![cucurbit version](https://img.shields.io/npm/v/cucurbit.svg?longCache=true&style=for-the-badge)](https://www.npmjs.com/package/cucurbit)
[![cucurbit license](https://img.shields.io/github/license/plouc/cucurbit.svg?longCache=true&style=for-the-badge)](https://github.com/plouc/cucurbit/blob/master/LICENSE)
[![cucurbit issues](https://img.shields.io/github/issues/plouc/cucurbit.svg?longCache=true&style=for-the-badge)](https://github.com/plouc/cucurbit/issues)![UI screenshot](https://raw.githubusercontent.com/plouc/cucurbit/master/ui.png)
## Installation
```
npm i -g cucurbit
```## Usage
Assuming you've got an existing project with the following structure:
```
my_project/
tests/
features/
support/
```You can run
```
cucurbit start --require tests/support --features tests/features
```This will start the cucurbit server and launch the UI
(both available on default port: 5000).You can run `cucurbit --help` for additional help about the cli.