-
Notifications
You must be signed in to change notification settings - Fork 76
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
Advanced workflow for complete e2e test #584
base: main
Are you sure you want to change the base?
Conversation
Just as a reminder: after closing this issue, also close the WIP PR #452. |
@khannakshat7 Can we add this info to CONTRIBUTING.md ? |
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.
LGTM
Hi @khannakshat7, thanks for the changes. If you are still interested, then can you please convert this to PR? |
Hi @shivi28, I have converted this to PR. Thanks |
What this PR does / why we need it:
This workflow is needed when we want to run full e2e tests for the PR before merging.
Additional information
We have to add label
pr/run-all-e2e-test
to run all the e2e tests on the PR.Special notes for your reviewer
I tried many different implementations-
/test-full-e2e
to run e2e test but it failed as the event was triggered but was not updating in checks in the PR./test-full-e2e
to create a workflow to add label to PR by Github bot and then running the e2e tests but it failed becoz a GitHub workflow cannot trigger another workflow.