Add Test File
add-test-fileAdd a test file to an existing workspace and optionally run all tests to verify new edge cases or integration tests.
Instructions
Add an additional test file to an existing workspace and optionally run all tests. Useful for adding edge case tests, integration tests, or additional test suites without re-uploading implementation code. Automatically runs all tests in the workspace unless autoRunTests is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Workspace ID to add test file to | |
| testFile | Yes | Test file to add to the workspace | |
| timeoutMs | No | Test execution timeout in milliseconds | |
| autoRunTests | No | Automatically run all tests after adding (default: true) |