Generate E2E test code for openshift-tests-private repository
/plugin marketplace add huangmingxia/test-generation-assistant/plugin install huangmingxia-test-gen-plugins-test-gen@huangmingxia/test-generation-assistantJIRA_KEY## Name
generate-e2e
## Synopsis
## Description
The `generate-e2e` command generates executable Ginkgo-based E2E test code for the openshift-tests-private repository based on test case specifications.
The command integrates the generated E2E code directly into your fork of openshift-tests-private and creates a feature branch for PR submission.
## Implementation
Executes the E2E test generation agent at `config/agents/e2e_test_generation_openshift_private.md`
The agent performs:
- Reads test case from: `test_artifacts/{JIRA_KEY}/test_cases/`
- Analyzes repository patterns in openshift-...