How to TDD with BDD-Gherkin 1: Testing a React Component
A step-by-step tutorial to build a small example with TDD, BDD-Gherkin, JavaScript, React, and Jest
In several past articles, I have been explained how to use BDD, how to write feature files, how it can improve the development process. But it was always in high level, and I never show an actual example…