📄️ Cucumber features
Edit Steps
📄️ Step details
A step contains one or more actions that is performed in the test case. Each step has a type, a target, and a value. The type of the step defines the action that will be performed, the target is the element that the action will be performed on, and the value is the data that will be used in the action.
📄️ Test Cases Features
Overview
📄️ Test configuration
The test configuration is where you define the basic information about the test case, such as Base Url, Browser resolution for recording and execution, and privacy mode.
📄️ Assertion Steps
Assertion steps are the steps that validate the application under test. You can add assertion steps to the test case by clicking on the Add Assertion button,