Streamline the process of setting up Playwright for local development of hosted service tests using dotenv. Add short guide to README as well.
6 lines
325 B
Bash
6 lines
325 B
Bash
PLAYWRIGHT_USER="" # Required
|
|
PLAYWRIGHT_PASSWORD="" # Required
|
|
BASE_URL="https://stage.foo.redhat.com:1337" # Required
|
|
CI="" # This is set to true for CI jobs, if checking for CI do !!process.env.CI
|
|
TOKEN="" # This is handled programmatically.
|
|
PROXY="" # Set this if running directly against stage (not using "yarn local")
|