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 6
6
"features" : {
7
7
"ghcr.io/devcontainers/features/java:1" : {
8
8
"version" : " none" ,
9
- "installMaven" : " true " ,
10
- "installGradle" : " false "
9
+ "installMaven" : " false " ,
10
+ "installGradle" : " true "
11
11
},
12
12
"ghcr.io/devcontainers/features/docker-in-docker:2" : {}
13
13
},
Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
3
4
- - package-ecosystem : maven
4
+ - package-ecosystem : gradle
5
5
directory : " /"
6
6
schedule :
7
7
interval : weekly
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ This repository is for E2E UI automation.
18
18
19
19
- Docker & Docker-compose
20
20
- Java (install arch64 jdk if you have M1/arm chip)
21
- - Maven
22
21
23
22
### How to install
24
23
@@ -44,16 +43,6 @@ docker-compose -f documentation/compose/e2e-tests.yaml up -d
44
43
./mvnw -Dsurefire.suiteXmlFiles='src/test/resources/%s.xml' -f 'e2e-tests' test -Pprod
45
44
```
46
45
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
-
57
46
### Reporting
58
47
59
48
Screenshots are stored in ` target/selenide-results/reports ` folder.
You can’t perform that action at this time.
0 commit comments