Skip to content

kanagan123/intern-cucumber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Add the plugin to your intern.json:

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

(npm support coming soon)

Load the interface and write tests:

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

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

About

cucumber-js interface for intern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%