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:

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