run_tests
Execute tests using frameworks like Bats, Pytest, Flutter, Jest, and Go. Specify command, working directory, output location, timeout, and security options to generate and store results programmatically.
Instructions
Run tests and capture output
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Test command to execute (e.g., "bats tests/*.bats") | |
env | No | Environment variables for test execution | |
framework | Yes | Testing framework being used | |
outputDir | No | Directory to store test results | |
securityOptions | No | Security options for command execution | |
timeout | No | Test execution timeout in milliseconds (default: 300000) | |
workingDir | Yes | Working directory for test execution |