JSPM

  • Created
  • Published
  • Downloads 348309
  • Score
    100M100P100Q63441F
  • License MIT

The official JavaScript implementation of Cucumber.

Package Exports

  • cucumber
  • cucumber/lib/cli
  • cucumber/lib/cli/argv_parser
  • cucumber/lib/cli/configuration_builder
  • cucumber/lib/cli/helpers
  • cucumber/lib/cli/i18n
  • cucumber/lib/cli/install_validator
  • cucumber/lib/cli/run
  • cucumber/lib/formatter
  • cucumber/lib/formatter/builder
  • cucumber/lib/formatter/get_color_fns
  • cucumber/lib/formatter/helpers
  • cucumber/lib/formatter/helpers/error_helpers
  • cucumber/lib/formatter/helpers/gherkin_document_parser
  • cucumber/lib/formatter/helpers/keyword_type
  • cucumber/lib/formatter/helpers/location_helpers
  • cucumber/lib/formatter/helpers/pickle_parser
  • cucumber/lib/formatter/helpers/step_result_helpers
  • cucumber/lib/formatter/json_formatter
  • cucumber/lib/index
  • cucumber/lib/models/data_table
  • cucumber/lib/pickle_filter
  • cucumber/lib/runtime
  • cucumber/lib/runtime/parallel/master
  • cucumber/lib/runtime/test_case_runner
  • cucumber/lib/status
  • cucumber/lib/step_arguments
  • cucumber/lib/support_code_library_builder
  • cucumber/lib/time
  • cucumber/lib/user_code_runner
  • cucumber/package
  • cucumber/package.json

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cucumber) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Cucumber.js

OpenCollective OpenCollective

TravisCI AppVeyor Status Dependencies Coverage Status

Cucumber is a tool for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team.

Cucumber.js is the JavaScript implementation of Cucumber and runs on both Node.js (4 and above) and modern web browsers.

Try it now

We've put a demo of Cucumber.js to run in your browser. Why don't you give it a try before anything else?

Help & support

Contributing

See CONTRIBUTING.md for info on contributing to Cucumber.js.

Code of Conduct

Everyone interacting in this codebase and issue tracker is expected to follow the Cucumber code of conduct.

Install

npm downloads

Node

Cucumber.js is available as an npm module.

$ npm install cucumber

Browser

  • Grab the browserified code from the latest release in the dist folder

Documentation

The following documentation is for master. See below for documentation for older versions.

Documentation for older versions