Skip to content

Commit 92d2320

Browse files
committed
other misc updates
1 parent 0ba290c commit 92d2320

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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
},

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
33

4-
- package-ecosystem: maven
4+
- package-ecosystem: gradle
55
directory: "/"
66
schedule:
77
interval: weekly

e2e-tests/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

5948
Screenshots are stored in `target/selenide-results/reports` folder.

0 commit comments

Comments
 (0)