From 171454b260a49430ce705893a9bb1918a4ae66fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 17 Mar 2025 09:38:26 +0100 Subject: [PATCH] integration tests: version label --- .../testing_plugins/integration_tests/integration_tests.md | 4 +++- .../integration_tests/integration_tests_intro.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/topics/basics/testing_plugins/integration_tests/integration_tests.md b/topics/basics/testing_plugins/integration_tests/integration_tests.md index cd8ce53ce..20bfa1b74 100644 --- a/topics/basics/testing_plugins/integration_tests/integration_tests.md +++ b/topics/basics/testing_plugins/integration_tests/integration_tests.md @@ -2,6 +2,8 @@ # Integration Tests + + Tutorial on how to create UI and functional integration tests 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) 2. Writing UI Tests (will be available soon) -3. API Interaction (will be available soon) \ No newline at end of file +3. API Interaction (will be available soon) diff --git a/topics/basics/testing_plugins/integration_tests/integration_tests_intro.md b/topics/basics/testing_plugins/integration_tests/integration_tests_intro.md index a2dc1f309..138ffe834 100644 --- a/topics/basics/testing_plugins/integration_tests/integration_tests_intro.md +++ b/topics/basics/testing_plugins/integration_tests/integration_tests_intro.md @@ -2,6 +2,8 @@ # Introduction to Integration Tests + + Walkthrough how to create the first integration tests. ## Adding dependencies