mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
try to capture screenshots in circleci
This commit is contained in:
@ -64,6 +64,8 @@ commands:
|
|||||||
paths:
|
paths:
|
||||||
- ~/.m2
|
- ~/.m2
|
||||||
key: v1-dependencies-{{ checksum "pom.xml" }}
|
key: v1-dependencies-{{ checksum "pom.xml" }}
|
||||||
|
- store_artifacts:
|
||||||
|
path: /tmp/QSeleniumScreenshots
|
||||||
|
|
||||||
mvn_deploy:
|
mvn_deploy:
|
||||||
steps:
|
steps:
|
||||||
|
@ -32,7 +32,7 @@ public class QSeleniumLib
|
|||||||
private long WAIT_SECONDS = 10;
|
private long WAIT_SECONDS = 10;
|
||||||
private String BASE_URL = "https://localhost:3001";
|
private String BASE_URL = "https://localhost:3001";
|
||||||
private boolean SCREENSHOTS_ENABLED = true;
|
private boolean SCREENSHOTS_ENABLED = true;
|
||||||
private String SCREENSHOTS_PATH = "/tmp/";
|
private String SCREENSHOTS_PATH = "/tmp/QSeleniumScreenshots";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user