From b69d007c044ae41a57d8ca264e0ad2a4be39d767 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Fri, 28 Jun 2024 19:51:31 +0100 Subject: [PATCH] feat: playwright report --- .gitignore | 3 +- .idea/workspace.xml | 130 +++++++++++++++++++++++-------------------- playwright.config.ts | 1 + 3 files changed, 73 insertions(+), 61 deletions(-) diff --git a/.gitignore b/.gitignore index 50d1bf2..9f099c8 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,5 @@ yarn-error.log* # vercel .vercel -test-results +/test-results +/playwright-report diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 10790f9..c01290b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,9 @@