WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

Watchers

Forks

Releases

No releases published

Packages

No packages published