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 6016055 commit cd1657aCopy full SHA for cd1657a
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