Current Cucumber Tests in zmsautomation
This page is generated automatically from zmsautomation/src/test/resources/features. When a .feature file is added, changed, or removed, this documentation is updated automatically.
Click a feature to view its Gherkin. Only one feature is expanded at a time. Pick a branch below the search to load that branch's .feature files, status, and run command. The play icon copies a command to start the test on the selected branch and opens zmsautomation. Status icons are pass/fail from the latest published zmsautomation run on the selected branch.
Recommended Feature Pattern
Use ticket tags consistently. Always include a Jira tag like @ZMSKVR-123 on new scenarios/features.
gherkin
@rest @zmsapi @ZMSKVR-123 @smoke
Feature: Example feature with required ticket tag
Scenario: Example scenario
Given the API is available
When I call the endpoint
Then the response status code should be 200