You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
Have you read the contributing guidelines on issues?
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:After running on Sauce Cloud I see only test title without step:
Additional Context
For
playwright-cucumberjs
executions Sauce shows BDD steps:The text was updated successfully, but these errors were encountered: