# cukeowser

> Bundles Cucumber features and steps to be run on the browser

Latest version **0.1.0** (published 2015-11-16) · 0 weekly downloads

## Install

```sh
npm install cukeowser
pnpm add cukeowser
yarn add cukeowser
bun add cukeowser
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-11-16 |
| First published | 2015-10-30 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Michael Luong |
| Maintainers | lm-michael-luong |
| Keywords | Cucumber, Browserify, Babelify, Features, browser |

## Links

- npm: https://www.npmjs.com/package/cukeowser
- Repository: https://github.com/lmigpiit/cukeowser
- Homepage: https://github.com/lmigpiit/cukeowser#readme
- Issues: https://github.com/lmigpiit/cukeowser/issues
- npm.io page: https://npm.io/package/cukeowser

## Dependencies (6)

- [fs](https://npm.io/package/fs.md) 0.0.2
- [glob](https://npm.io/package/glob.md) ^5.0.15
- [chalk](https://npm.io/package/chalk.md) ^1.1.1
- [babelify](https://npm.io/package/babelify.md) ^7.2.0
- [cucumber](https://npm.io/package/cucumber.md) ^0.8.1
- [browserify](https://npm.io/package/browserify.md) ^12.0.1

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2015-11-16
- 0.0.7 — 2015-11-02
- 0.0.6 — 2015-11-02
- 0.0.5 — 2015-10-30
- 0.0.4 — 2015-10-30
- 0.0.3 — 2015-10-30
- 0.0.2 — 2015-10-30
- 0.0.1 — 2015-10-30

## README

cukeowser
==========
Run cucumber in the browser.  Automate aggregation of features and step definitions and then execute the tests in a browser.

example gulp command
```sh
var options = {
    'features': 'features/*.feature',
    'entry': './tests/entry.js',
    'stepsOutput': 'jrob_bundle.js',
    'support': ''
};

gulp.task('default', function () {

    generateCucumberFiles(options);

});
```

Also, you'll need to copy jrob_bundle.js and insert it into example.js where it says "Insert jrob_bundle.js here". Currently at line 114

---
_Source: https://npm.io/package/cukeowser · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
