From 3f00335adeef3e587b98971bfcbd5c008368bf99 Mon Sep 17 00:00:00 2001 From: "Ibrahima G. Coulibaly" Date: Wed, 26 Jun 2024 08:59:18 +0100 Subject: [PATCH] feat: playwright --- .gitignore | 2 + .idea/workspace.xml | 162 +++--- package-lock.json | 467 ++++++++++++++++++ package.json | 5 + playwright.config.ts | 27 + .../join/Info.tsx => components/ToolInfo.tsx} | 2 +- src/components/input/ToolTextInput.tsx | 1 + src/components/result/ToolTextResult.tsx | 8 +- src/pages/string/join/index.tsx | 13 +- src/pages/string/join/string-join.e2e.spec.ts | 18 + 10 files changed, 616 insertions(+), 89 deletions(-) create mode 100644 playwright.config.ts rename src/{pages/string/join/Info.tsx => components/ToolInfo.tsx} (84%) create mode 100644 src/pages/string/join/string-join.e2e.spec.ts diff --git a/.gitignore b/.gitignore index b50a9c1..50d1bf2 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,5 @@ yarn-error.log* # vercel .vercel + +test-results diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3b6a75e..4d86dac 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,16 +4,19 @@