Skip to content

Commit

Permalink
Add java 21 framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Serdiuk committed Feb 5, 2025
1 parent 138eb12 commit 27f2aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/about-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The platform consists of the following blocks:

|Language|Framework|Build Tool|Application|Library|Autotest|
|:-|:-:|:-:|:-:|:-:|:-:|
|Java|Java 8, Java 11, Java 17|Gradle, Maven|:white_check_mark:|:white_check_mark:|:white_check_mark:|
|Java|Java 8, Java 11, Java 17, Java 21|Gradle, Maven|:white_check_mark:|:white_check_mark:|:white_check_mark:|
|Python|Python 3.8, FastAPI, Flask|Python|:white_check_mark:|:white_check_mark:||
|C#|.Net 3.1, .Net 6.0|.Net|:white_check_mark:|:white_check_mark:||
|C|None|Make,CMake|:white_check_mark:|||
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/add-autotest.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In our case, we will use the **Clone** strategy:
2. Specify the autotest language properties:

* **Autotest code language** - defines the code language with its supported frameworks. Selecting **Other** allows extending the default code languages and get the necessary build tool.
* **Language version/framework** - defines the specific framework or language version of the autotest. The field depends on the selected code language. Specify Java 8, Java 11 or Java 17 to be used.
* **Language version/framework** - defines the specific framework or language version of the autotest. The field depends on the selected code language. Specify Java 8, Java 11, Java 17 or Java 21 to be used.
* **Build Tool** - allows to choose the build tool to use. In case of autotests, Gradle and Maven are available.
* **Autotest report framework** - all the autotest reports will be created in the Allure framework by default.

Expand Down

0 comments on commit 27f2aad

Please sign in to comment.