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