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

chore(docs): Updating Create Test Page #3409

Merged
merged 4 commits into from
Nov 29, 2023
Merged
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
Binary file added docs/docs/img/awaiting-trace-0.14.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/choose-example-0.14.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/choose-example-pokemon-0.14.png
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 added docs/docs/img/choose-trigger-0.14.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/create-test-button-0.14.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/finished-trace-0.14.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/main-screen-0.14.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/provide-addl-information-0.14.png
Loading
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
Original file line number Diff line number Diff line change
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!**

Loading