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 cc86792 commit 4876624Copy full SHA for 4876624
tests/example.spec.ts
@@ -2,6 +2,7 @@ import { test, expect } from '@playwright/test';
2
3
test('pw has title', async ({ }) => {
4
expect(true).toBeTruthy();
5
+
6
});
7
8
test('pw get started link', async ({ page }) => {
0 commit comments