diff --git a/playwright-tests/.env.dev b/playwright-tests/.env.dev index c89292674..76f1b93ae 100644 --- a/playwright-tests/.env.dev +++ b/playwright-tests/.env.dev @@ -9,6 +9,8 @@ SKIP_CONTENT_SITE=false # Base URLs by environment (uncomment the one you need) # qa BASE_URL="https://www-qa2.safelite.com/" +# local version of FMG (after running the local server) +# BASE_URL="http://localhost:8080/fmg/" # 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 @@ -25,4 +27,3 @@ 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 \ No newline at end of file