List of commits in this pr: * Begin essential Playwright test cases for big truck * Implement non serviceable big truck vin lookup and fix test case tags * Rename non serviceable vin cases * Common sense .env.dev example * Move extraneous stuff to .env.example * Add playwright environment file to gitignore * Stop tracking .env.dev * Specify file ignore * Ignore .env * Implement advanced tests for big truck * Remove duplicate smoke test * Implement PR feedback * Add comments to type definitions for clarity for any future uses * More descriptive env comment
21 lines
824 B
Text
21 lines
824 B
Text
# Avoid inline comments in your environment variable files, as they may be interpreted as part of the value
|
|
# Set value to API auth token
|
|
CCIS_API_AUTH=
|
|
|
|
# DEV
|
|
# Test API connects to our DEV environments for some reason
|
|
BASE_URL="https://selfservice.dev.glassclaim.com"
|
|
CCIS_API_URL="https://api.test.belronus.io"
|
|
ADMIN_SERVICE_API_URL="https://issadminapi.dev.sagaws.net/iss-admin/api/v1/"
|
|
DIGITAL_API_URL="https://digitalapi.dev.safelite.io"
|
|
ENABLE_ACCESSIBILITY_TESTING=true
|
|
ENABLE_MOCK_TESTING=false
|
|
|
|
|
|
# QA
|
|
# BASE_URL="https://selfservice.test.glassclaim.com"
|
|
# CCIS_API_URL="https://api.test.belronus.io"
|
|
# ADMIN_SERVICE_API_URL="https://issadminapi.test.sagaws.net/iss-admin/api/v1/"
|
|
# DIGITAL_API_URL="https://digitalapi.test.safelite.io"
|
|
# ENABLE_ACCESSIBILITY_TESTING = true
|
|
# ENABLE_MOCK_TESTING = false
|