Skip to content

maxbax/BDD-Javascript-Example

Repository files navigation

Javascript BDD Test

An example for parsing and testing a site with BDD (Behavior-Driven Development) using Cucumber and Selenium.

Features

BDD uses the natural language to describe tests:

    Scenario: Finding some cheese
        Given I am on the Github search page
        When I search for "cheese"
        And I wait for 3 seconds
        Then the page title should contains the word "cheese"

Execute scenarios

npm start

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors