File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- name : Set up JDK
16
16
uses : actions/setup-java@v4
17
17
with :
18
- java-version : 22
18
+ java-version : 23
19
19
distribution : oracle
20
20
21
21
- name : Cache Maven packages
27
27
${{ runner.os }}-maven-
28
28
29
29
- name : Build with Maven
30
- run : mvn -B - q -DskipTests package
30
+ run : mvn -q -DskipTests package
31
31
32
32
- name : Run local tests
33
- run : mvn -B - q test -Pweb-execution -Dsuite=local -Dtarget=local -Dheadless=true -Dbrowser=chrome
33
+ run : mvn -q test -Pweb-execution -Dsuite=local -Dtarget=local -Dheadless=true -Dbrowser=chrome
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ It has a complete solution to run tests in different ways:
26
26
27
27
This project uses the following languages and frameworks:
28
28
29
- * [ Java 22 ] ( https://openjdk.java.net/projects/jdk/22 / ) as the programming language
29
+ * [ Java 23 ] ( https://openjdk.java.net/projects/jdk/23 / ) as the programming language
30
30
* [ TestNG] ( https://testng.org/doc/ ) as the UnitTest framework to support the test creation
31
31
* [ Selenium WebDriver] ( https://www.selenium.dev/ ) as the web browser automation framework using the Java binding
32
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