This tool executes Skyramp-generated tests in the specified environment. It's used for running generated tests as part of CI/CD pipelines, validating test functionality during development, and executing comprehensive regression test suites.

You provide the path to the test file (either relative to the workspace root or as an absolute path), specify the test type (integration, contract, smoke, fuzz, load, e2e, or ui), and indicate the programming language of the test. The workspace path helps locate dependencies and configuration. Tests can be executed in local, Docker, or Kubernetes environments depending on how they were generated and your infrastructure setup.