chore(tests): add playwright
This commit is contained in:
@@ -31,6 +31,7 @@
|
|||||||
"eslint-config-prettier": "^8.5.0",
|
"eslint-config-prettier": "^8.5.0",
|
||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"eslint-plugin-react": "latest",
|
"eslint-plugin-react": "latest",
|
||||||
|
"playwright": "^1.45.0",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
|
|||||||
21
pnpm-lock.yaml
generated
21
pnpm-lock.yaml
generated
@@ -35,6 +35,9 @@ importers:
|
|||||||
eslint-plugin-react:
|
eslint-plugin-react:
|
||||||
specifier: latest
|
specifier: latest
|
||||||
version: 7.33.2(eslint@8.43.0)
|
version: 7.33.2(eslint@8.43.0)
|
||||||
|
playwright:
|
||||||
|
specifier: ^1.45.0
|
||||||
|
version: 1.45.0
|
||||||
prettier:
|
prettier:
|
||||||
specifier: ^2.7.1
|
specifier: ^2.7.1
|
||||||
version: 2.8.8
|
version: 2.8.8
|
||||||
@@ -4356,11 +4359,21 @@ packages:
|
|||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
playwright-core@1.45.0:
|
||||||
|
resolution: {integrity: sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
playwright@1.44.1:
|
playwright@1.44.1:
|
||||||
resolution: {integrity: sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==}
|
resolution: {integrity: sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
playwright@1.45.0:
|
||||||
|
resolution: {integrity: sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==}
|
||||||
|
engines: {node: '>=18'}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
postcss-calc@9.0.1:
|
postcss-calc@9.0.1:
|
||||||
resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==}
|
resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==}
|
||||||
engines: {node: ^14 || ^16 || >=18.0}
|
engines: {node: ^14 || ^16 || >=18.0}
|
||||||
@@ -10763,12 +10776,20 @@ snapshots:
|
|||||||
|
|
||||||
playwright-core@1.44.1: {}
|
playwright-core@1.44.1: {}
|
||||||
|
|
||||||
|
playwright-core@1.45.0: {}
|
||||||
|
|
||||||
playwright@1.44.1:
|
playwright@1.44.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
playwright-core: 1.44.1
|
playwright-core: 1.44.1
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
fsevents: 2.3.2
|
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):
|
postcss-calc@9.0.1(postcss@8.4.21):
|
||||||
dependencies:
|
dependencies:
|
||||||
postcss: 8.4.21
|
postcss: 8.4.21
|
||||||
|
|||||||
Reference in New Issue
Block a user