From cce8441a3705f39a063cfed749d35356954d4649 Mon Sep 17 00:00:00 2001 From: Arno Peters Date: Sat, 26 Nov 2022 18:42:35 +0100 Subject: [PATCH] Updated .gitignore to exclude correct playwright report directory as configured in playwright.config.ts --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 75e854d..794c94e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ node_modules/ /test-results/ -/playwright-report/ +/pw-report/ /playwright/.cache/