@dargmuesli/nuxt-vio-testing 16.0.0-beta.1 → 16.0.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/e2e/utils/constants.ts +1 -1
- package/package.json +2 -2
package/e2e/utils/constants.ts
CHANGED
package/package.json
CHANGED
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"test:e2e:docker:server:static:update": "pnpm run test:e2e:docker:server:static --update-snapshots",
|
|
52
52
|
"test:e2e:server:dev": "cross-env PORT=3000 SITE_URL=http://localhost:3000 VIO_SERVER=dev pnpm run test:e2e",
|
|
53
53
|
"test:e2e:server:node": "cross-env NODE_ENV=production NUXT_PUBLIC_I18N_BASE_URL=http://localhost:3001 NUXT_PUBLIC_SITE_URL=http://localhost:3001 PORT=3001 VIO_SERVER=node pnpm run test:e2e",
|
|
54
|
-
"test:e2e:server:static": "cross-env NODE_ENV=production PORT=\"${PORT:-
|
|
54
|
+
"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
55
|
},
|
|
56
56
|
"type": "module",
|
|
57
|
-
"version": "16.0.
|
|
57
|
+
"version": "16.0.1"
|
|
58
58
|
}
|