📄️ Getting Started
This section provides instructions for setting up the Cypress-Cucumber test environment to ensure a smooth onboarding process.
📄️ Project Structure
Understanding the project directory layout will help you navigate and manage the Cypress-Cucumber E2E test framework effectively. This section provides a detailed breakdown of the folder structure and the purpose of each component.
📄️ Code Conventions
This guide provides coding conventions and best practices for writing feature files, naming folders, files, methods, and step definitions. Following these conventions will ensure consistency and maintainability across the test framework.
📄️ Tags
This section explains the tagging system used for Cypress and Cucumber tests. Tags help categorize and selectively run tests based on environments, test stability, or purpose.