From f2cf3b2517c7d7b680bdd5a1e45f3db53d129508 Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Mon, 2 Dec 2024 14:16:02 +0100 Subject: [PATCH 1/8] chore: ynahmany test --- basic/5-flaky.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basic/5-flaky.spec.ts b/basic/5-flaky.spec.ts index b1f7f5e..47566b1 100644 --- a/basic/5-flaky.spec.ts +++ b/basic/5-flaky.spec.ts @@ -6,6 +6,8 @@ import { test } from "./base.ts"; * specific HTTP response. This response contains a JSON body where we assert * some properties. */ + + test("flaky @tagC", async ({ page }, testInfo) => { await page.goto("/network.html"); const [response] = await Promise.all([ From 99bfc4b06fd912f32e940fb10197db53f908e69e Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Mon, 24 Mar 2025 16:36:14 +0100 Subject: [PATCH 2/8] chore: test --- basic/0-failing.spec.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/basic/0-failing.spec.ts b/basic/0-failing.spec.ts index 118d38c..3e0ee4b 100644 --- a/basic/0-failing.spec.ts +++ b/basic/0-failing.spec.ts @@ -1,4 +1,7 @@ import { expect } from "@playwright/test"; + + + import { test } from "./base.ts"; test("basic test @basic", async ({ page }) => { From ee0ba0a3690f2a54b538b86eeed59e8591e76cf1 Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Mon, 24 Mar 2025 16:39:40 +0100 Subject: [PATCH 3/8] wip --- basic/0-failing.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/basic/0-failing.spec.ts b/basic/0-failing.spec.ts index 3e0ee4b..b4c5964 100644 --- a/basic/0-failing.spec.ts +++ b/basic/0-failing.spec.ts @@ -1,7 +1,5 @@ import { expect } from "@playwright/test"; - - import { test } from "./base.ts"; test("basic test @basic", async ({ page }) => { From a254d87b2ac089e6939acbee51c9c13a7b5fbeca Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Mon, 24 Mar 2025 16:42:20 +0100 Subject: [PATCH 4/8] wip --- basic/0-failing.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/basic/0-failing.spec.ts b/basic/0-failing.spec.ts index b4c5964..052ab1c 100644 --- a/basic/0-failing.spec.ts +++ b/basic/0-failing.spec.ts @@ -1,5 +1,6 @@ import { expect } from "@playwright/test"; + import { test } from "./base.ts"; test("basic test @basic", async ({ page }) => { From c91f5c155d3d5154e277dcb856bee1a793c35179 Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Mon, 24 Mar 2025 17:47:33 +0100 Subject: [PATCH 5/8] wip --- basic/0-failing.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/basic/0-failing.spec.ts b/basic/0-failing.spec.ts index 052ab1c..b4c5964 100644 --- a/basic/0-failing.spec.ts +++ b/basic/0-failing.spec.ts @@ -1,6 +1,5 @@ import { expect } from "@playwright/test"; - import { test } from "./base.ts"; test("basic test @basic", async ({ page }) => { From cb7e79ccb83ae48e0e102c6863bd509b107a4a51 Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Mon, 24 Mar 2025 17:50:28 +0100 Subject: [PATCH 6/8] wip --- basic/0-failing.spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/basic/0-failing.spec.ts b/basic/0-failing.spec.ts index b4c5964..118d38c 100644 --- a/basic/0-failing.spec.ts +++ b/basic/0-failing.spec.ts @@ -1,5 +1,4 @@ import { expect } from "@playwright/test"; - import { test } from "./base.ts"; test("basic test @basic", async ({ page }) => { From 211bef0be4461a283daa32508cd011768b6a2793 Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Mon, 24 Mar 2025 17:53:05 +0100 Subject: [PATCH 7/8] wip --- basic/0-failing.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/basic/0-failing.spec.ts b/basic/0-failing.spec.ts index 118d38c..e4f5649 100644 --- a/basic/0-failing.spec.ts +++ b/basic/0-failing.spec.ts @@ -1,6 +1,7 @@ import { expect } from "@playwright/test"; import { test } from "./base.ts"; + test("basic test @basic", async ({ page }) => { await page.goto("https://demo.playwright.dev/todomvc"); From 90de01ef67fcfc644003efa726ce687145445be1 Mon Sep 17 00:00:00 2001 From: Yohay Nahmany Date: Mon, 24 Mar 2025 17:59:14 +0100 Subject: [PATCH 8/8] wip --- basic/0-failing.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/basic/0-failing.spec.ts b/basic/0-failing.spec.ts index e4f5649..51b033d 100644 --- a/basic/0-failing.spec.ts +++ b/basic/0-failing.spec.ts @@ -2,6 +2,7 @@ import { expect } from "@playwright/test"; import { test } from "./base.ts"; + test("basic test @basic", async ({ page }) => { await page.goto("https://demo.playwright.dev/todomvc");