diff --git a/basic/0-failing.spec.ts b/basic/0-failing.spec.ts index 118d38c..51b033d 100644 --- a/basic/0-failing.spec.ts +++ b/basic/0-failing.spec.ts @@ -1,6 +1,8 @@ import { expect } from "@playwright/test"; import { test } from "./base.ts"; + + test("basic test @basic", async ({ page }) => { await page.goto("https://demo.playwright.dev/todomvc"); diff --git a/basic/5-flaky.spec.ts b/basic/5-flaky.spec.ts index b1f7f5e..47566b1 100644 --- a/basic/5-flaky.spec.ts +++ b/basic/5-flaky.spec.ts @@ -6,6 +6,8 @@ import { test } from "./base.ts"; * specific HTTP response. This response contains a JSON body where we assert * some properties. */ + + test("flaky @tagC", async ({ page }, testInfo) => { await page.goto("/network.html"); const [response] = await Promise.all([