Skip to content

davidmacp/bdd-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bdd-test

Install Chimp

npm install -g chimp

Running tests

Single run

Simply run the chimp command:

chimp

Run tests when files change

To run all tests marked with the @watch attribute, run chimp --watch. A test with the @watch attribute looks like this:

@watch
Scenario: Check web services links appear
  Given a web browser is at the DADI.cloud home page
  When the user clicks on the web services header link
  Then the sub menu is displayed

Ignore tests

To ignore a test when running, add the @ignore attribute:

@ignore
Scenario: Check web services links appear
  Given a web browser is at the DADI.cloud home page
  When the user clicks on the web services header link
  Then the sub menu is displayed

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published