Add QQQ_SELENIUM_HEADLESS

This commit is contained in:
2023-01-30 11:11:04 -06:00
parent 1ce9d43d9f
commit fbe9fb3a0e

View File

@ -54,7 +54,7 @@ commands:
command: |
export REACT_APP_PROXY_LOCALHOST_PORT=8001; export PORT=3001; npm run start &
dockerize -wait tcp://localhost:3001 -timeout 3m
mvn verify
export QQQ_SELENIUM_HEADLESS=true; mvn verify
- run:
name: Save test results
command: |