Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mucsi96/nightwatch-cucumber
[DEPRECATED] Cucumber.js plugin for Nightwatch.js.
https://github.com/mucsi96/nightwatch-cucumber
automation bdd browser cucumber gherkin nightwatch selenium test testing
Last synced: 1 day ago
JSON representation
[DEPRECATED] Cucumber.js plugin for Nightwatch.js.
- Host: GitHub
- URL: https://github.com/mucsi96/nightwatch-cucumber
- Owner: mucsi96
- License: mit
- Created: 2015-05-05T07:37:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T08:09:20.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T18:07:48.591Z (8 days ago)
- Topics: automation, bdd, browser, cucumber, gherkin, nightwatch, selenium, test, testing
- Language: JavaScript
- Homepage: http://mucsi96.github.io/nightwatch-cucumber
- Size: 5.35 MB
- Stars: 236
- Watchers: 20
- Forks: 70
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :warning: WARNING! This package is deprecated in favour of Nightwatch v2 as it supports Cucumber out of the box.
# [nightwatch-cucumber](http://mucsi96.github.io/nightwatch-cucumber) ![nightwatch-cucumber](http://mucsi96.github.io/nightwatch-cucumber/res/img/nightwatch-cucumber-logo.png)
[http://mucsi96.github.io/nightwatch-cucumber](http://mucsi96.github.io/nightwatch-cucumber)
[![npm version](https://badge.fury.io/js/nightwatch-cucumber.svg)](https://badge.fury.io/js/nightwatch-cucumber)
[![Build Status](https://travis-ci.org/mucsi96/nightwatch-cucumber.svg?branch=master)](https://travis-ci.org/mucsi96/nightwatch-cucumber)
[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors)
[![Coverage Status](https://coveralls.io/repos/github/mucsi96/nightwatch-cucumber/badge.svg?branch=master)](https://coveralls.io/github/mucsi96/nightwatch-cucumber?branch=master)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Greenkeeper badge](https://badges.greenkeeper.io/mucsi96/nightwatch-cucumber.svg)](https://greenkeeper.io/)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)
[![Twitter Follow](https://img.shields.io/twitter/follow/mucsi96.svg?style=social&label=Follow&maxAge=2592000)](https://twitter.com/mucsi96)
[Ask question](https://stackoverflow.com/questions/tagged/nightwatch.js+cucumber)This module enables to use a BDD-style approach for cross-browser testing:
- Describe user stories in [Cucumber](https://cucumber.io/) using [Gherkin syntax](https://cucumber.io/docs/reference)
- Map them to browser operations and assertions in [Nightwatch.js](http://nightwatchjs.org/)
- Run using either real browser, headless browser or cloud based [WebDriver](https://www.w3.org/TR/webdriver/) services such as [SauceLabs](https://saucelabs.com/) or [BrowserStack](https://www.browserstack.com/)## [Documentation](http://mucsi96.github.io/nightwatch-cucumber)