-
Notifications
You must be signed in to change notification settings - Fork 37
OU-1082: claude slash commands cypress-setup and cypress-run #673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@etmurasaki: This pull request references OU-1082 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.21.0" version, but no target version was set. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: etmurasaki The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@etmurasaki: This pull request references OU-1082 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.21.0" version, but no target version was set. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
e2e-monitoring results run successfully with a known bug OU-1118 not merged in this PR /override pull-ci-openshift-monitoring-plugin-main-e2e-monitoring |
|
@etmurasaki: Overrode contexts on behalf of etmurasaki: ci/prow/e2e-monitoring In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@etmurasaki: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
|
||
| --- | ||
|
|
||
| ## Execution Flow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For my this failed as it was trying to execute the command in the claude code terminal, instead of opening a new one. Maybe it will be better to be more explicit that a new terminal should be opened and the script should be executed there. Also maybe we don't need to embeed the whole script in the command but in a different folder and point the command to it.
|
|
||
| ## ⚡ Quick Start - Headless | ||
|
|
||
| **Fast Smoke Test (1-2 min, excludes slow/demo/flaky):** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For convenienve, we can tell claude to allow the user to select from this list of tests, and execute the appropriate command based on the selection

Creation of 2 claude slash commands:
/cypress-setupand/cypress-runWhen running
/cypress-setup, it validates the pre-reqs and opens a new terminal to prepare it with all cypress variables needed, such as base URL, credentials, kubeconfig etc.Then
/cypress-runwill print to you all available commands for you to copy and paste in the opened terminal you had.This way, will make claude available to perform other things instead of running and controlling the testing execution.