-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f4536e
commit 4c9c6e6
Showing
3 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Selenium Java Architecture Skeleton | ||
|
||
A lean automation architecture built for e2e testing of web applications, developed with Java 17 and Selenium 4. | ||
A lean automation architecture built for e2e testing of web applications, developed with Java 21 and Selenium 4. | ||
|
||
## Prerequisites | ||
|
||
Make sure you have installed and configured the environment variables and all the following prerequisites on your | ||
development machine: | ||
|
||
| OS | JDK | Maven | Docker | | ||
|---------|--------------------------------------|-----------------------|-----------------------------------------------| | ||
| Windows | `scoop install java/temurin-lts-jdk` | `scoop install maven` | `winget install -e --id Docker.DockerDesktop` | | ||
| macOS | `brew install --cask temurin` | `brew install maven` | `brew install docker` | | ||
|---------|--------------------------------|-----------------------|-----------------------------------------------| | ||
| Windows | `scoop install java/openjdk21` | `scoop install maven` | `winget install -e --id Docker.DockerDesktop` | | ||
| macOS | `brew install --cask temurin` | `brew install maven` | `brew install docker` | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters