-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Add CI workflow for UI e2e tests #58901
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
Conversation
)" This reverts commit 416c73e.
…to ci-workflow-ui-e2e
89483a2 to
d7e9297
Compare
d7e9297 to
2078ba4
Compare
8e9b02b to
2000be6
Compare
@pierrejeambrun updated workflow to run for every UI changes with all browsers |
potiuk
left a comment
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.
Nice!
We can also split them to paralel suites using matrix job, this way the elapsed time will be shorter, we will increase build time spent, but we are still way below the limits that ASF has per-project. We did it successfully for a number of other jobs. |
|
@vatsrahul1001 seems canary tests are now broken in Chromium, can you check what is broken (I do not understand the root of the problem :-D need to lern how this works...) --> https://github.com/apache/airflow/actions/runs/20110899789/job/57714593194 |
This PR adds CI workflow for UI end-to-end tests introduced in #58548.
Changes
Self-contained test execution
breeze testing ui-e2e-testsnow automatically starts Airflow with docker-composeWorkflow Integration:
Testing
Run locally:
breeze testing ui-e2e-tests
Also Tested in CI as current PR has UI changes

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in airflow-core/newsfragments.