This framework offers a comprehensive solution for behavior-driven testing of web applications and RESTful APIs. Designed with clean architecture principles and following BDD best practices, it enables teams to write human-readable test scenarios that serve as living documentation.
Feature: User Login
@smoke
Scenario: Successful login
Given I navigate to "https://example.com"
When I enter username "user@test.com"
And I enter password "password123"
And I click login button
Then I should see the dashboard