DigitalConsumer.FixMyGlass/playwright-tests/.env.example
maguire-arman a2ca9134d1 Initializes Playwright test framework
Sets up the core infrastructure for Playwright-based automated testing, including:
- Docker support for consistent environments
- Azure Pipelines configuration for CI/CD
- Page Object Model structure for maintainable tests
- Test data, validation, and rule engine implementation
- Test configuration for alerts and other scenarios
2025-05-08 15:45:05 -04:00

21 lines
No EOL
637 B
Text

# .env.example
# Environment configuration
# Environment type (uncomment one)
NODE_ENV="dev"
# NODE_ENV="qa"
# NODE_ENV="sys"
# Base URLs by environment (uncomment the one you need)
BASE_URL="https://selfservice.dev.glassclaim.com"
# BASE_URL="https://selfservice.test.glassclaim.com"
# BASE_URL="https://www-test2.safelite.com/fmg/?fmgPage=vehicle"
# API endpoints (uncomment to match your BASE_URL)
CCIS_API_URL="https://api.test.belronus.io"
# Admin service API URL
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=""