Updates the workflow to conditionally execute the content site (home page) based on the SKIP_CONTENT_SITE environment variable. This allows for skipping the content site in specific environments. Also, removes unused test data properties.
24 lines
No EOL
696 B
Text
24 lines
No EOL
696 B
Text
# .env.dev
|
|
# Environment configuration
|
|
|
|
# Environment type
|
|
NODE_ENV="qa"
|
|
|
|
# Base URLs by environment (uncomment the one you need)
|
|
# qa
|
|
BASE_URL="https://www-qa2.safelite.com/"
|
|
# sys
|
|
# BASE_URL="https://www-test2.safelite.com/fmg/?fmgPage=vehicle"
|
|
# dev
|
|
# BASE_URL="https://www-dev2.safelite.com/"
|
|
# dev with leadgen
|
|
# BASE_URL="https://www-dev2.safelite.com/?&experiments=LeadGenHeritage=LeadGenHeritageExp_V3=LeadGenHeritageTestV3=true"
|
|
|
|
# API endpoints
|
|
CCIS_API_URL="https://api.test.belronus.io"
|
|
ADMIN_SERVICE_API_URL="https://issadminapi.dev.sagaws.net/iss-admin/api/v1/"
|
|
|
|
# API authentication (replace with actual value when running tests)
|
|
CCIS_API_AUTH="undefined"
|
|
|
|
SKIP_CONTENT_SITE=false |