Skip to content

Commit f7ac047

Browse files
committed
Updates the test page to include the new options
1 parent 83fe2b7 commit f7ac047

File tree

6 files changed

+8
-14
lines changed

6 files changed

+8
-14
lines changed

docs/images/test-dashboard.png

357 KB
Loading

docs/images/test-page.png

-291 KB
Binary file not shown.
-46 KB
Binary file not shown.

docs/images/test-select-task.png

-137 KB
Binary file not shown.

docs/images/test-set-payload.png

-171 KB
Binary file not shown.

docs/run-tests.mdx

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,18 @@ title: "Run tests"
33
description: "You can use the dashboard to run a test of your tasks."
44
---
55

6-
From the "Test" page in the sidebar of the dashboard you can run a test for any of your tasks, that includes for any environment.
6+
From the "Test" page in the side menu of the dashboard you can run a test for any of your tasks from any environment.
77

8-
<Steps>
8+
![Select an environment](/images/test-dashboard.png)
99

10-
<Step title="Select an environment">
11-
![Select an environment](/images/test-select-environment.png)
12-
</Step>
10+
<Icon icon="circle-1" iconType="solid" color="#FF2D6B" size="20" /> Select a task to test
1311

14-
<Step title="Select the task to test">
15-
![Select the task to test](/images/test-select-task.png)
16-
</Step>
12+
<Icon icon="circle-2" iconType="solid" color="#FF2D6B" size="20" /> Include a payload or metadata
1713

18-
<Step title="Enter a payload">
19-
Select a recent payload as a starting point or enter from scratch. Payloads must be valid JSON – you will see helpful errors if it is not. Press the "Run test" button or use the keyboard shortcut to run the test.
20-
![Enter a payload](/images/test-set-payload.png)
14+
<Icon icon="circle-3" iconType="solid" color="#FF2D6B" size="20" /> Configure any additional options like the machine size, queue or delay
2115

22-
</Step>
16+
<Icon icon="circle-4" iconType="solid" color="#FF2D6B" size="20" /> Select from previous test runs
2317

24-
<Step title="View the run live">![View the run live](/images/run-in-progress.png)</Step>
18+
<Icon icon="circle-5" iconType="solid" color="#FF2D6B" size="20" /> Save the current test configuration as a template for later
2519

26-
</Steps>
20+
<Icon icon="circle-6" iconType="solid" color="#FF2D6B" size="20" /> Run the test

0 commit comments

Comments
 (0)