spawn test run
Usage
spawn test run <name> Executes one or all tests against the configured database and displays the results.
Arguments
Section titled “Arguments”<name>— Specific test to run.
Behavior
Section titled “Behavior”Runs the SQL for the test against the database, showing the output from that test.
Examples
Section titled “Examples”Run a specific test:
spawn test run user-creationOptions
| Option | Description |
|---|---|
--target <name> | Select which target from spawn.toml to use. |
--config-file <path> | Path to config file. Defaults to spawn.toml. |
-d, --debug | Turn on debug output. |