docs: document sandbox mode and skip delays for the workflow test runner#1506
Merged
Conversation
Add docs for the new test runner settings and the matching settings.sandbox_mode and settings.skip_delay trigger options. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c9e8dd3. Configure here.
There was a problem hiding this comment.
Risk LOW: Documents sandbox mode and skip delays settings for the workflow test runner across two existing MDX pages.
Reasons
- Only two
.mdxcontent files are modified — no code, components, or configuration changes. - Small, additive-only diff (32 additions, 0 deletions) well under the 50-line threshold.
- Both files live in the same documentation section (
content/send-notifications/), so no cross-section risk. - No new pages added — both files are modifications to existing docs.
- No sidebar, OpenAPI spec, or image changes.
Notes
- Reviewers may want to verify the anchor link
#controlling-trigger-behavior-with-settingsrenders correctly from the cross-reference intesting-workflows.mdx. - The PR description notes that
settings.skip_delayis not yet in the OpenAPI spec onmain, so the auto-generated API reference won't reflect it until the spec catches up — worth confirming that doesn't cause confusion for readers.
Sent by Cursor Automation: Docs PR classifier
rachael-t
reviewed
Jun 29, 2026
- Move test run settings after the source event paragraph - Remove duplicate trigger API link on the testing page - Rename API settings section to clarify testing scope Co-authored-by: Chris Bell <chris@cjbell.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Documents two new settings for the workflow test runner:
Both settings are also documented on the trigger API page via the
settings.sandbox_modeandsettings.skip_delayproperties, which is useful when testing workflows programmatically.Changes:
content/send-notifications/testing-workflows.mdx— adds a "Test run settings" section.content/send-notifications/triggering-workflows/api.mdx— addssettingsto the trigger payload table and a "Controlling trigger behavior with settings" section.Note:
settings.skip_delayis not yet present in the OpenAPI spec onmain(onlysandbox_modeis), so it won't render in the auto-generated API reference until the spec catches up.Tasks
Made with Cursor