integration tests: version label

This commit is contained in:
Yann Cébron 2025-03-17 09:38:26 +01:00
parent 6f2e16097f
commit 171454b260
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,8 @@
# Integration Tests # Integration Tests
<primary-label ref="2023.2"/>
<link-summary>Tutorial on how to create UI and functional integration tests</link-summary> <link-summary>Tutorial on how to create UI and functional integration tests</link-summary>
There are several important reasons to create integration tests, including: There are several important reasons to create integration tests, including:
@ -13,4 +15,4 @@ There are several important reasons to create integration tests, including:
1. [](integration_tests_intro.md) 1. [](integration_tests_intro.md)
2. Writing UI Tests (will be available soon) 2. Writing UI Tests (will be available soon)
3. API Interaction (will be available soon) 3. API Interaction (will be available soon)

View File

@ -2,6 +2,8 @@
# Introduction to Integration Tests # Introduction to Integration Tests
<primary-label ref="2023.2"/>
<link-summary>Walkthrough how to create the first integration tests.</link-summary> <link-summary>Walkthrough how to create the first integration tests.</link-summary>
## Adding dependencies ## Adding dependencies