diff --git a/src/content/docs/project/tests/images/star_suite.gif b/src/content/docs/project/tests/images/star_suite.gif new file mode 100644 index 00000000..11a96728 Binary files /dev/null and b/src/content/docs/project/tests/images/star_suite.gif differ diff --git a/src/content/docs/project/tests/images/unstar_suite.png b/src/content/docs/project/tests/images/unstar_suite.png new file mode 100644 index 00000000..214e32f0 Binary files /dev/null and b/src/content/docs/project/tests/images/unstar_suite.png differ diff --git a/src/content/docs/project/tests/other-features-for-test-case-design.md b/src/content/docs/project/tests/other-features-for-test-case-design.md index 4afb817a..361c345d 100644 --- a/src/content/docs/project/tests/other-features-for-test-case-design.md +++ b/src/content/docs/project/tests/other-features-for-test-case-design.md @@ -7,7 +7,7 @@ head: - tag: meta attrs: name: keywords - content: test design, test case management, test automation, Testomat.io, test organization, software testing, testing tools, test suites, test structure, multiselection, labels, tags + content: test design, test case management, test automation, Testomat.io, test organization, software testing, testing tools, test suites, folders, test structure, multiselection, labels, tags, mark as favorite, export suite to PDF --- ## Multiselection for Tests @@ -88,4 +88,25 @@ If your test is deeply nested within suites and folders, you can use breadcrumbs ![Testomat.io - Breadcrumbs tooltip](./images/New_g6FZ3V7n_2024-08-10.png) +### Mark Folders & Suites as Favourites +Working with large projects often means navigating through a long test tree or running the same search queries over and over again. To make your workflow smoother, we’ve introduced the **'Starred'** feature for test suites and folders. + +**Now you can:** + +- ⭐ **Star any suite/folder** you plan to work on — whether it’s for the current sprint, a specific release, or ongoing maintenance. +- 📂 **Create your own quick-access list** of suites to eliminate repetitive navigation through the entire test tree. +- 🔍 **Mark favourites directly from search results** — if you’re looking for a test or suite/folders by keyword or using filters you can instantly star it without leaving the search view. +- ⏱ **Quickly return to starred suites/folders** even after filters or selections are reset — simply use the **'Starred'** filter to jump back. +- 🛠 **Work more efficiently** by keeping frequently accessed suites/folders at your fingertips, especially in large or multi-team projects. + +Whether you’re focusing on smoke tests, regression packs, or a specific customer scenario, the **'Starred'** feature ensures you spend less time navigating and more time testing. + +![Testomat.io - Mark Folders & Suites as Favourites](./images/star_suite.gif) + +:::note + +To remove all suites/folders from Favourites with one click: Use the **'Starred'** filter -> click '**Crossed star'** button -> confirm action. + +![Testomat.io - UnMark Folders & Suites as Favourites](./images/unstar_suite.png) +::: \ No newline at end of file