From c8cab009499201aa27db1ef5ac173e976279ff97 Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 1 Jul 2024 15:35:07 +0200 Subject: [PATCH] chore(tests): add playwright --- package.json | 1 + pnpm-lock.yaml | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/package.json b/package.json index a575fad8..6f3d7f94 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "latest", + "playwright": "^1.45.0", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1203512e..cb0bc745 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,6 +35,9 @@ importers: eslint-plugin-react: specifier: latest version: 7.33.2(eslint@8.43.0) + playwright: + specifier: ^1.45.0 + version: 1.45.0 prettier: specifier: ^2.7.1 version: 2.8.8 @@ -4356,11 +4359,21 @@ packages: engines: {node: '>=16'} hasBin: true + playwright-core@1.45.0: + resolution: {integrity: sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==} + engines: {node: '>=18'} + hasBin: true + playwright@1.44.1: resolution: {integrity: sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==} engines: {node: '>=16'} hasBin: true + playwright@1.45.0: + resolution: {integrity: sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==} + engines: {node: '>=18'} + hasBin: true + postcss-calc@9.0.1: resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==} engines: {node: ^14 || ^16 || >=18.0} @@ -10763,12 +10776,20 @@ snapshots: playwright-core@1.44.1: {} + playwright-core@1.45.0: {} + playwright@1.44.1: dependencies: playwright-core: 1.44.1 optionalDependencies: fsevents: 2.3.2 + playwright@1.45.0: + dependencies: + playwright-core: 1.45.0 + optionalDependencies: + fsevents: 2.3.2 + postcss-calc@9.0.1(postcss@8.4.21): dependencies: postcss: 8.4.21