File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 66 "features" : {
77 "ghcr.io/devcontainers/features/java:1" : {
88 "version" : " none" ,
9- "installMaven" : " true " ,
10- "installGradle" : " false "
9+ "installMaven" : " false " ,
10+ "installGradle" : " true "
1111 },
1212 "ghcr.io/devcontainers/features/docker-in-docker:2" : {}
1313 },
Original file line number Diff line number Diff line change 11version : 2
22updates :
33
4- - package-ecosystem : maven
4+ - package-ecosystem : gradle
55 directory : " /"
66 schedule :
77 interval : weekly
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ This repository is for E2E UI automation.
1818
1919- Docker & Docker-compose
2020- Java (install arch64 jdk if you have M1/arm chip)
21- - Maven
2221
2322### How to install
2423
@@ -44,16 +43,6 @@ docker-compose -f documentation/compose/e2e-tests.yaml up -d
4443./mvnw -Dsurefire.suiteXmlFiles='src/test/resources/%s.xml' -f 'e2e-tests' test -Pprod
4544```
4645
47- 3 . To run tests on your local Chrome browser check ` selenoid-off ` profile on Maven panel, also there you can check ` headless-off `
48-
49- Expected Location of Chrome
50- ```
51- Linux: /usr/bin/google-chrome1
52- Mac: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
53- Windows XP: %HOMEPATH%\Local Settings\Application Data\Google\Chrome\Application\chrome.exe
54- Windows Vista and newer: C:\Users%USERNAME%\AppData\Local\Google\Chrome\Application\chrome.exe
55- ```
56-
5746### Reporting
5847
5948Screenshots are stored in ` target/selenide-results/reports ` folder.
You can’t perform that action at this time.
0 commit comments