Skip to content

Commit bf74ffb

Browse files
committed
Run tests docs
1 parent 19aa9ab commit bf74ffb

File tree

5 files changed

+21
-1
lines changed

5 files changed

+21
-1
lines changed

docs/images/v3/run-in-progress.png

84.8 KB
Loading
46 KB
Loading

docs/images/v3/test-select-task.png

137 KB
Loading

docs/images/v3/test-set-payload.png

171 KB
Loading

docs/v3/run-tests.mdx

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

6-
<Snippet file="incomplete-docs.mdx" />
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.
7+
8+
<Steps>
9+
10+
<Step title="Select an environment">
11+
![Select an environment](/images/v3/test-select-environment.png)
12+
</Step>
13+
14+
<Step title="Select the task to test">
15+
![Select the task to test](/images/v3/test-select-task.png)
16+
</Step>
17+
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/v3/test-set-payload.png)
21+
22+
</Step>
23+
24+
<Step title="View the run live">![View the run live](/images/v3/run-in-progress.png)</Step>
25+
26+
</Steps>

0 commit comments

Comments
 (0)