Gherkin Step Definitions
TestFlowKit provides a comprehensive set of pre-built Gherkin step definitions for frontend and backend testing. These steps support both CSS selectors and XPath expressions for flexible element selection.
Element Selector Support
CSS selectors (default) and XPath expressions with xpath: prefix
Macro System
Reusable test scenarios with parameter support to reduce code duplication
Variables Support
Dynamic test data with {{variable_name}} syntax for cross-step data sharing