Skip to content

Commit 6e67fc4

Browse files
committed
chore: latest updates
1 parent 1712327 commit 6e67fc4

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.MD

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,7 @@ It has a complete solution to run tests in different ways:
1010
* local testing using the browser on your local machine
1111
* parallel (or single) testing using Selenium Docker
1212
* local testing using TestContainers
13-
* Distributed execution using Selenium Grid
14-
15-
## Important information
16-
17-
### Know issues
18-
19-
```shell
20-
This current version has excluded the guava library from WebDriverManager and Allure Environment Writer
21-
due to a conflict with the guava version of Selenium 4
22-
```
13+
* Distributed execution using Selenium Grid
2314

2415
## Examples
2516

@@ -35,7 +26,7 @@ due to a conflict with the guava version of Selenium 4
3526

3627
This project uses the following languages and frameworks:
3728

38-
* [Java 21](https://openjdk.java.net/projects/jdk/21/) as the programming language
29+
* [Java 22](https://openjdk.java.net/projects/jdk/22/) as the programming language
3930
* [TestNG](https://testng.org/doc/) as the UnitTest framework to support the test creation
4031
* [Selenium WebDriver](https://www.selenium.dev/) as the web browser automation framework using the Java binding
4132
* [AssertJ](https://joel-costigliola.github.io/assertj/) as the fluent assertion library

0 commit comments

Comments
 (0)