Execute E2E tests and generate comprehensive test reports
/plugin marketplace add huangmingxia/test-generation-assistant/plugin install huangmingxia-test-gen-plugins-test-gen@huangmingxia/test-generation-assistantJIRA_KEY## Name run-tests ## Synopsis ## Description The `run-tests` command executes E2E tests for the specified JIRA issue and generates comprehensive test execution reports. The command locates the generated E2E test code, executes it against the configured OpenShift cluster, and produces detailed test reports including pass/fail status, execution logs, and error analysis. ## Implementation Executes the test executor agent at `config/agents/test-executor.md` The agent performs: - Locates E2E test code in openshift-tests-private fork - Configures test environment using provided kubeconfig -...