@cypress/vite-dev-server
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@cypress/vite-dev-server", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Launches Vite Dev Server for Component Testing", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"cypress:run": "yarn cypress:run-cypress-in-cypress node ../../scripts/cypress run --project . --browser chrome", | ||
"cypress:run-cypress-in-cypress": "cross-env HTTP_PROXY_TARGET_FOR_ORIGIN_REQUESTS=http://localhost:4455 CYPRESS_REMOTE_DEBUGGING_PORT=6666 TZ=America/New_York", | ||
"cypress:run-cypress-in-cypress": "cross-env CYPRESS_INTERNAL_E2E_TESTING_SELF_PARENT_PROJECT=1 HTTP_PROXY_TARGET_FOR_ORIGIN_REQUESTS=http://localhost:4455 CYPRESS_REMOTE_DEBUGGING_PORT=6666 TZ=America/New_York", | ||
"cypress:open": "yarn cypress:run-cypress-in-cypress gulp open --project .", | ||
@@ -14,0 +14,0 @@ "watch": "tsc -w", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27432