1.1.2 • Published 2 years ago

intern-cucumber v1.1.2

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
2 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

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.1.2

2 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.2-pre

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago