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 6545a4fCopy full SHA for 6545a4f
basic/0-failing.spec.ts
@@ -1,5 +1,6 @@
1
import { expect } from "@playwright/test";
2
import { test } from "./base.ts";
3
+console.log("asd");
4
5
test("basic test @basic", async ({ page }) => {
6
await page.goto("https://demo.playwright.dev/todomvc");
0 commit comments