@smoke @api @regression @negative

Feature: API Testing with Playwright

Description: As a QA Engineer
I want to test REST API endpoints
So that I can validate backend functionality

File name: api.feature

Relative path: features/api.feature

Scenarios

Chart

Status Progress
13

Passed

100.00 %

Failed

0.00 %
Total duration:
00:00:00.704

Metadata

@smoke @api

Scenario: Get all users

@smoke @api

Scenario: Get a specific user by ID

@regression @api

Scenario: Create a new user

@regression @api

Scenario: Update an existing user

@regression @api

Scenario: Partially update a user

@regression @api

Scenario: Delete a user

@regression @api

Scenario: Get all posts for a user

@regression @api

Scenario: Verify response time

@regression @api

Scenario: Verify response headers

@negative @api

Scenario: Get non-existent user

@smoke @api

Scenario Outline: Get multiple users by ID

@smoke @api

Scenario Outline: Get multiple users by ID

@smoke @api

Scenario Outline: Get multiple users by ID

Maintained by Vineet Kumar | View on GitHub