Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attachments and Draw diagram #162

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
30 changes: 25 additions & 5 deletions src/content/docs/getting-started/test-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ To start, you need to open a **Test Case** (**Suite** or **Run**):

![Testomat.io - URL/ID Copy](./images/New_1pgghaYx_2024-08-08.png)

## **How To Add An Attachment To A Test**
## Add Attachments to Test

First of all, you need to open the test that you want to add the attachment to.

Expand All @@ -375,13 +375,33 @@ Add your attachment via **Browse a file** or simply drag and drop it.

![Click on attachments](./images/2023-08-03_01.07.03@2x.png)

You can also add attachmennts directly to the test descrption:
You can also add attachmennts to the test descrption:

![insert attachment in a test description](./images/insert_attachments.png)
1. Click on the **Attachment** button.
2. Select a file from your PC, or drag and drop it onto the area. You can also paste a file from the clipboard.
3. Click on the image that has been downloaded.

Or use Attachment dialog by clicking Attachments button:
![Testomatio.io - Insert attachment in a test description](./images/New_9mLj3wh3_2024-10-07.png)

![Use Attachment dialog](./images/attachments_button-1.png)
Once you have completed the steps, you will see the attachment in the test case description:

![Testomatio.io - Insert attachment in a test description](./images/New_8DanPb4g_2024-10-08.png)

## Add Drawing to Test

Including drawings in test case descriptions can improve clarity by visually representing complex UI layouts and interactions that are difficult to explain through text alone.

To add a drawing to a test case, enter the edit mode and click on the **Draw** button.

![Testomatio.io - Draw Editor](./images/New_OwQMWpps_2024-10-07.png)

You'll see a window with a set of drawing tools. You can select different elements from the top panel (2) and apply styles to them from the side panel (3). When you are done with the drawing, click on the **Save** button (4).

![Testomatio.io - Draw Tools](./images/New_VxPGvi8Y_2024-10-07.png)

After saving the changes in the edit mode, you will see a preview of the drawing in the test case description:

![Testomatio.io - Draw Preview](./images/New_1hpi4Xy4_2024-10-07.png)

## How To Save Your Tests

Expand Down