delimit_test_smoke
Run smoke tests for projects by detecting test frameworks (pytest/jest/vitest/mocha) from configuration, executing test suites, and reporting pass/fail/error counts.
Instructions
Run smoke tests for a project.
Detects the test framework (pytest/jest/vitest/mocha) from project config, runs the test suite, and parses pass/fail/error counts.
Args: project_path: Project path. test_suite: Specific test suite to run.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| test_suite | No |