Files
triggerdotdev--trigger.dev/docs/snippets/step-run-test.mdx
T
2026-07-13 13:32:57 +08:00

14 lines
886 B
Plaintext

<Step title="Perform a test run using the dashboard">
The CLI `dev` command spits out various useful URLs. Right now we want to visit the Test page.
You should see our Example task in the list <Icon icon="circle-1" iconType="solid" size={20} color="F43F47" />, select it. Most tasks have a "payload" which you enter in the JSON editor <Icon icon="circle-2" iconType="solid" size={20} color="F43F47" />, but our example task doesn't need any input.
You can configure options on the run <Icon icon="circle-3" iconType="solid" size={20} color="F43F47" />, view recent payloads <Icon icon="circle-4" iconType="solid" size={20} color="F43F47" />, and create run templates <Icon icon="circle-5" iconType="solid" size={20} color="F43F47" />.
Press the "Run test" button <Icon icon="circle-6" iconType="solid" size={20} color="F43F47" />.
![Test page](/images/test-dashboard.png)
</Step>