Tags
Labeling test for targeted runs
Targetting Test with Tags
@core
Feature: My Feature
As Autokin tester
I want to verify that all API are working as they should
Scenario: My First Scenario
Given that a secure endpoint is up at reqres.in
When I GET /api/users/2@fix-321
Feature: My Feature
As Autokin tester
I want to verify that all API are working as they should
Scenario: Verify if API does not accept character id
Given that a secure endpoint is up at reqres.in
When I GET /api/users/abcTags for exceptions
Last updated
Was this helpful?