-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add a GitHub Action workflow to run QIT E2E Integration tests. #2897
base: trunk
Are you sure you want to change the base?
Conversation
@dkotter checking if we need a Woo review on this PR? |
Yes, Woo should review this to ensure they're okay with the approach |
@woocommerce/quark this PR is ready for your review! We don't have permissions to request review so tagging you here. |
@diegocurbelo can you help update this PR so that it properly gets into your team's review queue? |
Code looks good. I will add the secrets to run the tests. |
@iamdharmesh looks like some sort of failure in the e2e run to check on? |
@jeffpaul it's due to repo secrets are not set yet. (Also, as this PR is from the forked repo, secres won't be available for this PR even after adding it) |
@iamdharmesh can't someone with maintain or admin rights grant the PR access to use those secrets? @Mayisha can you confirm the secrets have been added? |
@jeffpaul I am not aware if any possible way for this. I have raised parallel PR on my forked repo and action is passing there. Therefore, once we confirm that secrets are added we are good to merge this. |
@jeffpaul I have not added the secrets to this repository yet. Let's keep the merging of this PR on hold for now. |
Issue: #2723
Description
This PR adds a GitHub Action workflow to run QIT E2E integration tests for each pull request. The tests are located in the integration tests repository, and this action will trigger the test run on every pull request.
Note: Repository secrets need to be set to run this GitHub Action workflow.
Steps to Test
Make sure that QIT E2E tests GitHub action is running and passing on this PR. (This is PR from fork repo so, This GH action will not successfully run here, you can verify it from PR here)
Documentation
Changelog Entry
Closes #2723