Skip to content
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

Automated full e2e workflow hangs on PR changes #1254

Open
1 task
MTrost opened this issue May 22, 2023 · 0 comments
Open
1 task

Automated full e2e workflow hangs on PR changes #1254

MTrost opened this issue May 22, 2023 · 0 comments
Labels

Comments

@MTrost
Copy link
Contributor

MTrost commented May 22, 2023

When running the full e2e workflow on creating/changing a PR, the CI hangs up to the 60 minutes time limit for GH actions (see https://github.com/nuvla/ui/actions/runs/5003452734/jobs/8964696408).

In this issue I unblocked the pipeline by skipping some e2e tests (fix is in playwright.config.ts the grepInvert field): #1250

But skipping these tests is not necessary when running the e2e tests manually from the GH actions UI by providing the baseURI it should test against.

The changes between automatic and manual run:

  • Automatic has one step that waits for Cloudflare preview deployment to finish. It sets the preview URL as a variable to later use as baseURI in the testing steps

  • The manual run skips this step entirely

  • Fix the hang up in CI

@MTrost MTrost added the CI label May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant