Refactors the date picker component to support pricing by day experiment, including new styling and logic for displaying prices. Adds a progress bar to the funnel header to visually represent the user's progress through the workflow. Updates dependencies including axios, and adds axios mock adapter and retry. Adds new icons and updates styling for various UI components. Improves logic for handling heavy trucks and closest shops.
28 lines
No EOL
993 B
Text
28 lines
No EOL
993 B
Text
# .env.dev
|
|
# Environment configuration
|
|
|
|
# Environment type
|
|
NODE_ENV="qa"
|
|
|
|
SKIP_CONTENT_SITE=false
|
|
|
|
# Base URLs by environment (uncomment the one you need)
|
|
# qa
|
|
BASE_URL="https://www-qa2.safelite.com/"
|
|
# qa with skipToInsurance Turned Off
|
|
# BASE_URL="https://fixmyglassqa.safelite.com/?cns=all&experiments=ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_VinAndEmailOptional=true,NextGen_IGQSkipToInsurance=NextGen_IGQSkipToInsurance_V1=NextGen_IGQSkipToInsurance_CONTROL=true"
|
|
# 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 |