Skip to content

Commit

Permalink
docs: update test suites creation (#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc authored Nov 30, 2023
1 parent 1b8988c commit d2efc8b
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
Binary file added docs/docs/img/test-suites-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/test-suites-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/test-suites-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/test-suites-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/test-suites-05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/test-suites-06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/test-suites-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 12 additions & 8 deletions docs/docs/web-ui/creating-test-suites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,42 @@ keywords:
image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg
---

👉 **Join our [shared Pokeshop API Demo environment](https://app.tracetest.io/organizations/ttorg_2179a9cd8ba8dfa5/invites/invite_760904a64b4b9dc9/accept) and try creating a Test Suite yourself!**

This page showcases how to create and edit Test Suites in the Web UI.

:::tip
[To read more about Test Suites check out Test Suites concepts page.](/concepts/test-suites)
:::

![Main Screen](../img/main-screen-0.11.png)
![Main Test Suites Screen](../img/test-suites-01.png)

Click the **Create** button and select **Create New Test Suite** in the drop down:
Select **Test Suites** in the left menu and then click the **Create** button to create a new Test Suite:

![Create a Test Button](../img/create-button-0.11.png)
![Create a Test Button](../img/test-suites-02.png)

Give your Test Suite a name, and click **Next**:

![Name the Test Suite](https://res.cloudinary.com/djwdcmwdz/image/upload/v1685712802/docs/beta.tracetest.io__page_1_jynf6o.png)
![Name the Test Suite](../img/test-suites-03.png)

Next, select which tests to run in the Test Suite and click **Create & Run**:

![Select Tests in Test Suite](https://res.cloudinary.com/djwdcmwdz/image/upload/v1685712954/docs/beta.tracetest.io__page_1_1_agjvg0.png)
![Select Tests in Test Suite](../img/test-suites-04.png)

The Test Suite will start:

![Running Test Suite](../img/running-testsuite.png)
![Running Test Suite](../img/test-suites-05.png)

On the automate tab, you find methods to automate the current Test Suite, including the YAML test file and the CLI command for Tracetest.

![Automate Tab](../img/automate-tab.png)
![Automate Tab](../img/test-suites-06.png)

With all of the toggles `Off`, each criteria is tested. Toggle individual criteria `On`, to select on certain checks for the selected test.

When the Test Suite is finished, you will get the following result:

![Finished Test Suite](https://res.cloudinary.com/djwdcmwdz/image/upload/v1685713712/docs/demo.tracetest.io__x0o1gu.png)
![Finished Test Suite](../img/test-suites-07.png)

You can now view individual [Test Results](/web-ui/test-results) executed by the Test Suite by clicking on any of the tests in the list.

👉 **Join our [shared Pokeshop API Demo environment](https://app.tracetest.io/organizations/ttorg_2179a9cd8ba8dfa5/invites/invite_760904a64b4b9dc9/accept) and try creating a Test Suite yourself!**

0 comments on commit d2efc8b

Please sign in to comment.