This package has been deprecated

Author message:

Use cypress-scenario-runner instead

cypress-genie

0.3.4 • Public • Published

Genie

Framework-agnostic UI behavioral test runner.

Prerequisites

  • Node 6+

Installation

1. Install Cypress and Genie.

npm install --save-dev cypress cypress-genie

2. Launch Cypress at least once to create the initial cypress/ directory structure.

$(npm bin)/cypress open

3. Run the Genie installer.

$(npm bin)/cypress-genie install

4. Configure Cypress to include the correct Genie assets.

Add this to package.json:

  ...
  "cypress-cucumber-preprocessor": {
    "step_definitions": "cypress/steps/"
  }

Add this to cypress/plugins/index.js:

module.exports = (on, config) => {
    ...
    require('./genie/index');
};

Add this to cypress/support/index.js:

require('./genie/index');

Removal

$(npm bin)/cypress-genie uninstall
npm uninstall cypress-genie --save-dev

Readme

Keywords

none

Package Sidebar

Install

npm i cypress-genie

Weekly Downloads

12

Version

0.3.4

License

MIT

Unpacked Size

13.5 kB

Total Files

18

Last publish

Collaborators

  • mpetrovich