Submit E2E test code as pull request to openshift-tests-private
/plugin marketplace add huangmingxia/test-generation-assistant/plugin install huangmingxia-test-gen-plugins-test-gen@huangmingxia/test-generation-assistantJIRA_KEY## Name submit-pr ## Synopsis ## Description The `submit-pr` command creates and submits a pull request containing the generated E2E test code to the openshift-tests-private repository. ## Implementation Executes the PR submission agent at `config/agents/pr-submitter.md` Execution time: ~30 seconds ## Examples 1. **Basic usage**: ## Arguments - **$1** (required): JIRA issue key ## Prerequisites - E2E test code exists - GitHub CLI (`gh`) installed ## Complete Workflow 1. `/test-gen:generate-test JIRA_KEY` 2. `/test-gen:generate-e2e JIRA_KEY` 3. `/test-gen:run-tests JIRA_KEY` 4. ...