diff --git a/package.json b/package.json index 1fe9179..4ada660 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "changelogen": "^0.5.5", "eslint": "^8.56.0", "nuxt": "^3.10.2", + "playwright-core": "^1.41.2", "typescript": "^5.3.3", "vitest": "^1.3.0", "vue-tsc": "^1.8.27" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b4a7506..e19f192 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,7 +53,7 @@ importers: version: 3.10.2(rollup@3.29.4) '@nuxt/test-utils': specifier: ^3.11.0 - version: 3.11.0(h3@1.10.1)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19) + version: 3.11.0(h3@1.10.1)(playwright-core@1.41.2)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19) '@types/css-tree': specifier: ^2.3.6 version: 2.3.6 @@ -69,6 +69,9 @@ importers: nuxt: specifier: ^3.10.2 version: 3.10.2(eslint@8.56.0)(rollup@3.29.4)(typescript@5.3.3)(vite@4.4.2)(vue-tsc@1.8.27) + playwright-core: + specifier: ^1.41.2 + version: 1.41.2 typescript: specifier: ^5.3.3 version: 5.3.3 @@ -2177,7 +2180,7 @@ packages: - rollup - supports-color - /@nuxt/test-utils@3.11.0(h3@1.10.1)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19): + /@nuxt/test-utils@3.11.0(h3@1.10.1)(playwright-core@1.41.2)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19): resolution: {integrity: sha512-9ovgpQZkZpVg/MhYVVn2169WjH/IL0XUqwGryTa/lkx0/BCi1LMVEp3HTPkmt4qbRcxitO+kL4vFqqrFGVaSVg==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: @@ -2231,6 +2234,7 @@ packages: ofetch: 1.3.3 pathe: 1.1.2 perfect-debounce: 1.0.0 + playwright-core: 1.41.2 radix3: 1.1.0 scule: 1.3.0 std-env: 3.7.0 @@ -2239,7 +2243,7 @@ packages: unplugin: 1.7.1 vite: 4.4.2 vitest: 1.3.0 - vitest-environment-nuxt: 1.0.0(h3@1.10.1)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19) + vitest-environment-nuxt: 1.0.0(h3@1.10.1)(playwright-core@1.41.2)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19) vue: 3.4.19(typescript@5.3.3) vue-router: 4.2.5(vue@3.4.19) transitivePeerDependencies: @@ -7668,6 +7672,12 @@ packages: mlly: 1.4.0 pathe: 1.1.2 + /playwright-core@1.41.2: + resolution: {integrity: sha512-VaTvwCA4Y8kxEe+kfm2+uUUw5Lubf38RxF7FpBxLPmGe5sdNkSg5e3ChEigaGrX7qdqT3pt2m/98LiyvU2x6CA==} + engines: {node: '>=16'} + hasBin: true + dev: true + /portfinder@1.0.32: resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} engines: {node: '>= 0.12.0'} @@ -9701,10 +9711,10 @@ packages: optionalDependencies: fsevents: 2.3.3 - /vitest-environment-nuxt@1.0.0(h3@1.10.1)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19): + /vitest-environment-nuxt@1.0.0(h3@1.10.1)(playwright-core@1.41.2)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19): resolution: {integrity: sha512-AWMO9h4HdbaFdPWZw34gALFI8gbBiOpvfbyeZwHIPfh4kWg/TwElYHvYMQ61WPUlCGaS5LebfHkaI0WPyb//Iw==} dependencies: - '@nuxt/test-utils': 3.11.0(h3@1.10.1)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19) + '@nuxt/test-utils': 3.11.0(h3@1.10.1)(playwright-core@1.41.2)(rollup@3.29.4)(vite@4.4.2)(vitest@1.3.0)(vue-router@4.2.5)(vue@3.4.19) transitivePeerDependencies: - '@cucumber/cucumber' - '@jest/globals'