File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,7 @@ It has a complete solution to run tests in different ways:
10
10
* local testing using the browser on your local machine
11
11
* parallel (or single) testing using Selenium Docker
12
12
* 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
23
14
24
15
## Examples
25
16
@@ -35,7 +26,7 @@ due to a conflict with the guava version of Selenium 4
35
26
36
27
This project uses the following languages and frameworks:
37
28
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
39
30
* [ TestNG] ( https://testng.org/doc/ ) as the UnitTest framework to support the test creation
40
31
* [ Selenium WebDriver] ( https://www.selenium.dev/ ) as the web browser automation framework using the Java binding
41
32
* [ AssertJ] ( https://joel-costigliola.github.io/assertj/ ) as the fluent assertion library
You can’t perform that action at this time.
0 commit comments