mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Try https again
This commit is contained in:
@ -52,6 +52,7 @@ commands:
|
||||
- run:
|
||||
name: Run react app and mvn verify
|
||||
command: |
|
||||
echo "HTTPS=true" >> ./.env
|
||||
export REACT_APP_PROXY_LOCALHOST_PORT=8001; export PORT=3001; npm run start &
|
||||
dockerize -wait tcp://localhost:3001 -timeout 3m
|
||||
export QQQ_SELENIUM_HEADLESS=true; mvn verify
|
||||
|
@ -26,7 +26,7 @@ public class QSeleniumLib
|
||||
public final WebDriver driver;
|
||||
|
||||
private long WAIT_SECONDS = 10;
|
||||
private String BASE_URL = "http://localhost:3001";
|
||||
private String BASE_URL = "https://localhost:3001";
|
||||
private boolean SCREENSHOTS_ENABLED = true;
|
||||
private String SCREENSHOTS_PATH = "/tmp/";
|
||||
|
||||
|
Reference in New Issue
Block a user