Files
triggerdotdev--trigger.dev/docs/run-tests.mdx
T
James Ritchie 6270abaab8 Remove v2 docs pages (#1246)
* Make the tooltip text color grey so it’s readable again the primary color

* Setup and styling for the Guides section

* Better Guides icon

* Improved the prerequisites

* WIP Nextjs guide and new folder structures

* Copy updates

* Useful next steps is now a snippet

* Better icons for the next steps section

* Renamed the “prerequisites” snippet

* Node.js guide

* Added a “Creating a project” guide

* New snippet for prerequisites

* New Remix guide

* Added Remix to the side bar

* Tweaked icons for creating a project page

* Added the hello world step to the onboarding steps

* Better “useful next steps” snippet card links

* Moved prerequisites

* Fixing links to images

* Moved v2 migration page to guides

* Removed dead link

* Attempt fix for redirect

* Fixed redirects

* Getting started section includes link to roadmap

* Removed icon from side menu

* Deleted all v2 pages (excluding updating mint.json)

* Removed v2 pages, redirects and versions from mint.json

* Deleted v2 snippets

* Deleted un-used pages

* Set of more useful coming soon snippets

* All snippets use the updated format

* updated folder “v3/“ with “/pages”

* Moved all main docs files to the route and updated the redirect

* Fixed URLs in the mdx pages to the new route path

* URL goes to the proper pricing page

* Better delayed runs image

* Attempt fix for self hosting page not redirecting
2024-08-07 11:13:45 +01:00

27 lines
861 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Run tests"
description: "You can use the dashboard to run a test of your tasks."
---
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.
<Steps>
<Step title="Select an environment">
![Select an environment](/images/test-select-environment.png)
</Step>
<Step title="Select the task to test">
![Select the task to test](/images/test-select-task.png)
</Step>
<Step title="Enter a payload">
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.
![Enter a payload](/images/test-set-payload.png)
</Step>
<Step title="View the run live">![View the run live](/images/run-in-progress.png)</Step>
</Steps>