Your First Autokin Test
Step-by-step guide on creating your first Autokin test
Creating your first test
@autokin
Feature: My Feature
As Autokin tester
I want to verify that all API are working as they should
Scenario: My First ScenarioAccessing REST Endpoint
@autokin
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/2Run our test
Adding HTTP Status Code assertion
Last updated
Was this helpful?