This repository contains BDD Cucumber tests for the Simple Form website. The tests are designed to validate the functionality of the form using Cypress and Cucumber.
Behavior-Driven Development (BDD) is a software development approach that enhances collaboration between developers, testers, and business stakeholders. This project uses Cucumber to write BDD test scenarios in Gherkin language and Cypress to automate the browser interactions.
Before you begin, ensure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/gnavya10/Cucumber_Simpleform cd Cucumber_Simpleform