
Cypress is an amazing front-end JavaScript test runner and framework. It simultaneously simplifies the set-up and test creation whilst providing a more useful features than most alternatives.
(more…)Agile software development
In this second part of this series, we look at creating a first scenario and step definitions.
As a natural extension of Test Driven Development (TDD), BDD takes things a stage further.
TDD focuses on the use of Unit Tests to drive out a specification for your code and to guide your development. The nature of unit tests means that they are mainly practical for use by developers and, as the name suggests, only for unit testing.
(more…)