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 1515 - name : Set up JDK
1616 uses : actions/setup-java@v4
1717 with :
18- java-version : 22
18+ java-version : 23
1919 distribution : oracle
2020
2121 - name : Cache Maven packages
2727 ${{ runner.os }}-maven-
2828
2929 - name : Build with Maven
30- run : mvn -B - q -DskipTests package
30+ run : mvn -q -DskipTests package
3131
3232 - 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:
2626
2727This project uses the following languages and frameworks:
2828
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
3030* [ TestNG] ( https://testng.org/doc/ ) as the UnitTest framework to support the test creation
3131* [ Selenium WebDriver] ( https://www.selenium.dev/ ) as the web browser automation framework using the Java binding
3232* [ AssertJ] ( https://joel-costigliola.github.io/assertj/ ) as the fluent assertion library
You can’t perform that action at this time.
0 commit comments