tests: Streamline hosted Playwright local setup
Streamline the process of setting up Playwright for local development of hosted service tests using dotenv. Add short guide to README as well.
This commit is contained in:
parent
8136e0fb5b
commit
781267f16c
6 changed files with 41 additions and 5 deletions
|
|
@ -71,8 +71,8 @@ sudo systemctl start osbuild-worker@1
|
|||
sudo podman run \
|
||||
-e "PLAYWRIGHT_HTML_OPEN=never" \
|
||||
-e "CI=true" \
|
||||
-e "USER=admin" \
|
||||
-e "PASSWORD=foobar" \
|
||||
-e "PLAYWRIGHT_USER=admin" \
|
||||
-e "PLAYWRIGHT_PASSWORD=foobar" \
|
||||
-e "CURRENTS_PROJECT_ID=$CURRENTS_PROJECT_ID" \
|
||||
-e "CURRENTS_RECORD_KEY=$CURRENTS_RECORD_KEY" \
|
||||
--net=host \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue