Testing usually happens at two levels: executor-level workflow validation and application-level integration tests.Documentation Index
Fetch the complete documentation index at: https://docs.superwire.dev/llms.txt
Use this file to discover all available pages before exploring further.
Validate a workflow through Laravel
Fake workflow execution in Laravel
Test data guidance
- Keep test workflows small.
- Use deterministic inputs.
- Avoid live provider calls in unit tests.
- Reserve end-to-end tests for the executor boundary.