Skip to content

Commit

Permalink
fixed aside blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed May 23, 2024
1 parent 0b1a8bb commit 2c4837c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/getting-started/test-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ Save + Close All: ensures all open tests and suites are saved and closed simulta
Unlike other test management systems, **Testomat.io doesn't allow suite to include other suites and tests**. That's why you can either create a suite (a collection of tests) or folder (collection of suites).
::: warning
<Aside type="caution" title="Warning!">
When creating a suite you have to explicitly set its type: a suite or a folder.
:::
</Aside>
![New suite](./images/[email protected])
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/usage/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ automated and was_terminated

### Run Group Notifications

::: warning Please note that Run Group Notifications are available for Email notification type only
:::
<Aside> Please note that Run Group Notifications are available for Email notification type only
</Aside>

To configure Notification Rule for Run Group you need to:

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/usage/query-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ In case you build a complex query use braces `()` to explicitly set priority of
tag == 'A' or (tag == 'B' and tag == 'C')
```

::: warning Important
<Aside type="caution" title="Important">

**Use braces** when you have combination of `and` / `or` operators. Query like `A and B or C and D` is ambiguous, so it should be rewritten to something like: `(A and B) or (C and D)` to explicitly set the order of operators.

:::
</Aside>

Please note, that most of variables requires values in string format wrapped into single or double quotes:

Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/usage/test-artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ By using external storage Testomat.io allows getting full control over how the s

To have test artifacts uploaded you need to create S3 Object Storage bucket on AWS, DigitalOcean, Azure, or Google Cloud Storage in interoperability mode.

::: warning Important
<Aside type="caution" title="Important">

You need to obtain the following credentials: `ACCESS_KEY_ID`, `SECRET_ACCESS_KEY`, `BUCKET`, `REGION`, `ENDPOINT` (not required for AWS) to access S3 bucket. Then to to [Configuration](#configuration) section to enable S3 access.
:::
</Aside>

If you are unsure how to do that, follow the next section to create S3 bucket on Backblaze and connect it to Testomat.io:

Expand Down

0 comments on commit 2c4837c

Please sign in to comment.