Skip to content

Commit

Permalink
chore(docs): Updating Create Test Page (#3409)
Browse files Browse the repository at this point in the history
* chore(docs): Updating Create Test Page

* chore(docs): Updating Create Test Page
  • Loading branch information
xoscar committed Nov 29, 2023
1 parent 567d0be commit 264b50f
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
Binary file added docs/docs/img/awaiting-trace-0.14.png
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/choose-example-0.14.png
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/choose-example-pokemon-0.14.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/choose-trigger-0.14.png
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/create-test-button-0.14.png
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/finished-trace-0.14.png
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/main-screen-0.14.png
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/provide-addl-information-0.14.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions docs/docs/web-ui/creating-tests.mdx
Expand Up @@ -12,51 +12,51 @@ keywords:
image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg
---

![Main Screen](../img/main-screen-0.11.png)
馃憠 **Join our [shared Pokeshop API Demo environment](https://app.tracetest.io/organizations/ttorg_2179a9cd8ba8dfa5/invites/invite_760904a64b4b9dc9/accept) and try creating a Test yourself!**

Click the **Create** button and select **Create New Test** in the drop down:
![Main Screen](../img/main-screen-0.14.png)

![Create a Test Button](../img/create-button-0.11.png)
Click the **Create** button:

The "Create New Test" dialog appears:

![Create a Test](../img/create-test-0.13.png)
![Create a Test Button](../img/create-test-button-0.14.png)

.The "Create New Test" dialog appears.
The option to choose the kind of trigger to initiate the trace is presented:

- HTTP Request - Create a basic HTTP request.
- GRPC Request - Test and debug your GRPC request.
- cURL Command - Define your HTTP test via a cURL command.
- Postman Collection - Define your HTTP request via a Postman collection.
- Kafka - Test consumers with Kafka messages.
- TraceID - Define your test via a TraceID.
- Kafka - Test consumers with Kafka messages

Choose the trigger and click **Next**:
Then, click one of the options to continue:

![Choose Trigger](../img/choose-trigger-0.13.png)
![Choose Trigger](../img/choose-trigger-0.14.png)

In this example, HTTP Request has been chosen.

![Choose Example](../img/choose-example-0.11.png)
![Choose Example](../img/choose-example-0.14.png)

Input the **Name** of the test and the **Description** or select one of the example provided in the drop down:
Input the **Name** and **Trigger** details or select one of the example provided in the drop down:

![Choose Example Pokemon](../img/choose-example-pokemon-0.11.png)
![Choose Example Pokemon](../img/choose-example-pokemon-0.14.png)

The **Pokemon - Import** example has been chosen. Then click **Next**.
The **Pokemon - Import** example has been chosen.

![Choose Example Pokemon](../img/choose-example-pokemon-import-0.11.png)
![Choose Example Pokemon](../img/choose-example-pokemon-import-0.14.png)

Add any additional information and click **Create & Run**:
Add any additional information and click **Run**:

![Create Test](../img/provide-addl-information-0.11.png)
![Create Test](../img/provide-addl-information-0.14.png)

The test will start:

![Awaiting Trace](../img/awaiting-trace-0.11.png)
![Awaiting Trace](../img/awaiting-trace-0.14.png)

When the test is finished, you will get the following results:

![Finished Trace](../img/finished-trace-0.11.png)
![Finished Trace](../img/finished-trace-0.14.png)

Please visit the [Test Results](/web-ui/test-results) document for an explanation of viewing the results of a test.

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

0 comments on commit 264b50f

Please sign in to comment.