chore: add e2e (#528)

* chore: add e2e
This commit is contained in:
zuomeng wang
2022-11-10 20:51:06 +08:00
committed by GitHub
parent 4516f99fb9
commit b58c3fd8fb
8 changed files with 234 additions and 5 deletions

19
pnpm-lock.yaml generated
View File

@@ -4,12 +4,16 @@ importers:
.:
specifiers:
'@playwright/test': ^1.27.1
'@types/node': 18.7.18
eslint: 8.22.0
eslint-config-next: 12.3.1
eslint-config-prettier: ^8.5.0
eslint-plugin-prettier: ^4.2.1
prettier: ^2.7.1
devDependencies:
'@playwright/test': 1.27.1
'@types/node': 18.7.18
eslint: 8.22.0
eslint-config-next: 12.3.1_eslint@8.22.0
eslint-config-prettier: 8.5.0_eslint@8.22.0
@@ -853,6 +857,15 @@ packages:
fastq: 1.13.0
dev: true
/@playwright/test/1.27.1:
resolution: {integrity: sha512-mrL2q0an/7tVqniQQF6RBL2saskjljXzqNcCOVMUjRIgE6Y38nCNaP+Dc2FBW06bcpD3tqIws/HT9qiMHbNU0A==}
engines: {node: '>=14'}
hasBin: true
dependencies:
'@types/node': 18.7.18
playwright-core: 1.27.1
dev: true
/@popperjs/core/2.11.6:
resolution: {integrity: sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==}
dev: false
@@ -2577,6 +2590,12 @@ packages:
engines: {node: '>=8.6'}
dev: true
/playwright-core/1.27.1:
resolution: {integrity: sha512-9EmeXDncC2Pmp/z+teoVYlvmPWUC6ejSSYZUln7YaP89Z6lpAaiaAnqroUt/BoLo8tn7WYShcfaCh+xofZa44Q==}
engines: {node: '>=14'}
hasBin: true
dev: true
/postcss/8.4.14:
resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==}
engines: {node: ^10 || ^12 || >=14}