@dargmuesli/nuxt-vio-testing 16.0.1 → 16.1.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -4,7 +4,6 @@
4
4
  "@eslint/js": "9.18.0",
5
5
  "@playwright/test": "1.49.1",
6
6
  "@types/node": "22.10.6",
7
- "cross-env": "7.0.3",
8
7
  "eslint": "9.18.0",
9
8
  "eslint-config-prettier": "10.0.1",
10
9
  "eslint-plugin-prettier": "5.2.1",
@@ -54,5 +53,5 @@
54
53
  "test:e2e:server:static": "cross-env NODE_ENV=production PORT=\"${PORT:-3002}\" SITE_URL=\"${SITE_URL:-https://localhost:3002}\" VIO_SERVER=static pnpm run test:e2e"
55
54
  },
56
55
  "type": "module",
57
- "version": "16.0.1"
56
+ "version": "16.1.0-beta.1"
58
57
  }
@@ -86,7 +86,7 @@ export default defineConfig({
86
86
 
87
87
  /* Run your local dev server before starting the tests */
88
88
  webServer: {
89
- command: `pnpm --dir ../src run start:${process.env.VIO_SERVER || 'dev'}`,
89
+ command: `pnpm --dir ../src run start:${process.env.VIO_SERVER || 'dev'}:test`,
90
90
  env: {
91
91
  NUXT_PUBLIC_VIO_IS_TESTING: 'true',
92
92
  },