We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211bef0 commit 90de01eCopy full SHA for 90de01e
basic/0-failing.spec.ts
@@ -2,6 +2,7 @@ import { expect } from "@playwright/test";
2
import { test } from "./base.ts";
3
4
5
+
6
test("basic test @basic", async ({ page }) => {
7
await page.goto("https://demo.playwright.dev/todomvc");
8
0 commit comments