Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.58 KB

Selenium JavaScript NodeJS Cucumber

Challenge Code

Behavior driven development (BDD) approach to write automation test scripts to test web of -Planday- using Javascript, Selenium and Cucumber.

Built With

Getting Started

1. Install Dependencies

$ npm install

2. Run Tests

$ npm test
$ npm test -- --tags "@smoke" "@schedule"
$ npm test -- --tags "@schedule"

Behavior-Driven Development (BDD)

Using declarative ways of writing code allows learning to be fast and cohesive. This helps to organize the tests and more easily understand possible i

Links