Squire Test
testRun Python, Node, or Bash validation jobs in isolated remote runtimes. Stage local files and execute restricted commands across configurable target matrices for clean execution.
Instructions
Run small or medium test jobs in clean runtimes with a target matrix for Python, Node, or Bash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | No | Restricted test command such as pytest -q or npm test. | |
| files | Yes | Local file paths to stage for the test run. | |
| language | Yes | Test language: python, node, or bash. | |
| targets | No | Runtime targets as an array or CSV string. | |
| timeout | No | Test timeout in seconds. |