@4tw/vue-cli-plugin-cypress-django
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "@4tw/vue-cli-plugin-cypress-django", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Integration testing with cypress and django", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,3 +17,3 @@ const portfinder = require('portfinder'); | ||
const DJANGO_DATABASE_NAME = process.env.DJANGO_E2E_DATABASE_NAME || `E2E_TESTING_${BACKEND_PORT}`; | ||
const DJANGO_DATABASE_NAME = process.env.DJANGO_E2E_DATABASE_NAME || `e2e_testing_${BACKEND_PORT}`; | ||
const DJANGO_CONFIGURATION = process.env.DJANGO_CONFIGURATION || 'TestingE2E'; | ||
@@ -20,0 +20,0 @@ const DJANGO_MEDIA_ROOT = process.env.DJANGO_MEDIA_ROOT || null; |
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