1.1.2 • Published 4 years ago

intern-cucumber v1.1.2

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
4 years ago

intern-cucumber

cucumber-js interface for intern

See https://theintern.io/docs.html#Intern/4 for details on how to start testing with Intern.

Quickstart

Install intern and intern-cucumber

npm install --save-dev intern intern-cucumber

Add the plugin to your intern.json:

    "browser": {
        "plugins": {
            "node_modules/intern-cucumber/browser/plugin.js"
        }
    }
    "node": {
        "plugins": {
            "node_modules/intern-cucumber/plugin.js"
        }
    }

Load the interface and write tests:

    const { registerCucumber, Given, When, Then } = intern.getInterface('cucumber');

    registerCucumber(<name>, <featureSource>, <support functions>);

See https://github.com/rhpijnacker/intern-cucumber-examples for more examples

1.1.1

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.1.2

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.2-pre

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.15

5 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago