Open
Description
🚀 Feature Proposal
Have you read the contributing guidelines on issues?
- Yes
Description
Currently, Sauce Labs report shows only test titles for kind: playwright
executions.
Motivation
Having steps in the report improves test observability and helps in debugging.
Example
I've added Playwright step to the example.spec.js
from saucectl-playwright-example:
test('homepage has Playwright in title and get started link linking to the intro page', async ({ page }, testInfo) => {
+ await test.step('Navigate to Playwright website', async () => {
await page.goto('https://playwright.dev/');
+ });
After running on Sauce Cloud I see only test title without step:

Additional Context
For playwright-cucumberjs
executions Sauce shows BDD steps:

Metadata
Metadata
Assignees
Labels
No labels