PrivacyPilot
Test Environments
Review the configurations for your different testing environments.
Staging Environment
Configuration for the staging environment where full E2E, API, and load tests are run before production.
Configuration Details:
- Base URL:process.env.STAGING_URL
- Test Directory:./tests/staging
- Test Types:E2E, API, Load
Production Environment
Configuration for the production environment, limited to lightweight smoke tests to ensure basic functionality.
Configuration Details:
- Base URL:process.env.PRODUCTION_URL
- Test Directory:./tests/production
- Test Types:E2E Smoke, API Smoke