You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Playwright: Directs Playwright to use the URL assigned by PLAYWRIGHT_HOST_E2E when present, otherwise Playwright will use the URL assigned by PLAYWRIGHT_HOST.
E2E=
# Playwright: Specifies the host Playwright should connect to when testing the development build.
PLAYWRIGHT_HOST=http://localhost:8080
# Playwright: Specifies the host Playwright should connect to when testing the Docker E2E test environment.
PLAYWRIGHT_HOST_E2E=http://localhost:8180
# Specifies the port webpack-dev-server listens on.
PORT_WEBPACK_DEV_SERVER=8080
# Specifies the port webpack-dev-server listens on when running for the Docker E2E test environment.