diff --git a/src/content/docs/project/runs/images/Create_Test_button.png b/src/content/docs/project/runs/images/Create_Test_button.png deleted file mode 100644 index bb02cedc..00000000 Binary files a/src/content/docs/project/runs/images/Create_Test_button.png and /dev/null differ diff --git a/src/content/docs/project/runs/images/Create_Test_button_1.png b/src/content/docs/project/runs/images/Create_Test_button_1.png new file mode 100644 index 00000000..8a551d57 Binary files /dev/null and b/src/content/docs/project/runs/images/Create_Test_button_1.png differ diff --git a/src/content/docs/project/runs/images/Create_Test_button_2.png b/src/content/docs/project/runs/images/Create_Test_button_2.png new file mode 100644 index 00000000..09c913c8 Binary files /dev/null and b/src/content/docs/project/runs/images/Create_Test_button_2.png differ diff --git a/src/content/docs/project/runs/images/Hide_test_creatio.png b/src/content/docs/project/runs/images/Hide_test_creatio.png index 2698c5fe..d985cecd 100644 Binary files a/src/content/docs/project/runs/images/Hide_test_creatio.png and b/src/content/docs/project/runs/images/Hide_test_creatio.png differ diff --git a/src/content/docs/project/runs/images/show_hide_labels.png b/src/content/docs/project/runs/images/show_hide_labels.png new file mode 100644 index 00000000..e7dae987 Binary files /dev/null and b/src/content/docs/project/runs/images/show_hide_labels.png differ diff --git a/src/content/docs/project/runs/managing-runs.md b/src/content/docs/project/runs/managing-runs.md index 7b359b66..fa4d7975 100644 --- a/src/content/docs/project/runs/managing-runs.md +++ b/src/content/docs/project/runs/managing-runs.md @@ -31,17 +31,23 @@ You can create test cases directly within a test Run, avoiding additional naviga 1. Go to the **'Runs'** page. 2. Start the desired test run. -3. Scroll to the bottom of the test suite. -4. Click the **'Create test'** button. +3. Click the **'Add test to suite'** button. -![Testomat.io - Create test case](./images/Create_Test_button.png) +![Testomat.io - Create test case](./images/Create_Test_button_1.png) -5. Enter the test case details in the provided field. -6. Click the checkmark **✔️** icon to add the new test case, or the **X** icon to discard it. +4. Enter the test case title in the **'Test Title'** field on **'Create manual test in suite'** window. +5. Click **'Add description'** button if you want to add more details to a test case. +6. Click **'Save test'** button to add the new test case. + +OR + +7. Click the **'Cancel'** button to discard it. + +![Testomat.io - Create test case](./images/Create_Test_button_2.png) :::note -The **'Create Test'** button can be hidden via the **'Hide Test Creation'** option in the **'Extra menu'** dropdown menu. +The **'Add test to suite'** button can be hidden via the **'Hide Creation Buttons'** option in the **'Extra menu'** dropdown menu. ![Testomat.io - Create test case](./images/Hide_test_creatio.png) @@ -53,6 +59,18 @@ The **'Create Test'** button can be hidden via the **'Hide Test Creation'** opti - **Capturing exploratory test cases:** Testers conducting exploratory testing can log and formalize new test cases as they go, ensuring useful insights are not lost. - **Collaborative test planning in real time:** During team sessions or test reviews, testers can collectively identify and add new tests based on discussion or observed issues. +## Tags and Labels on Manual Run Page + +On Manual Run page you can enable/disable the view of tags and labels for your test. To do that, follow next steps: + +1. Go to the **'Runs'** page. +2. Start the desired test run. +3. Click the **'Extra menu'** button. +4. Select desired option for labels 'Show/hide Labels'. +5. Select desired option for tags 'Show/hide Tags'. + +![Testomat.io - Show/hide tags & labels](./images/show_hide_labels.png) + ## Test Case History When you launch a test run and make changes to test case title or description, a new entry is added to the test case's history. This entry records who made the edit and when it occurred.