Add integration tests for /events Audit log page#60122
Add integration tests for /events Audit log page#60122vatsrahul1001 merged 10 commits intoapache:mainfrom
Conversation
71c92e3 to
8b842f2
Compare
|
@vatsrahul1001 can you take a look. Builds are passing now. Thanks |
|
Thanks, I will review it soon! |
|
@Prajwal7842 Thanks for the PR! A few things to address:
Let me know if you have questions! |
airflow-core/src/airflow/ui/tests/e2e/specs/events-page.spec.ts
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/tests/e2e/specs/events-page.spec.ts
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/tests/e2e/specs/events-page.spec.ts
Outdated
Show resolved
Hide resolved
airflow-core/src/airflow/ui/tests/e2e/specs/events-page.spec.ts
Outdated
Show resolved
Hide resolved
Thanks @vatsrahul1001 for the review. I have addressed the comments. |
28790a3 to
b76c454
Compare
|
@Prajwal7842 #59734 is already merged now. Can you rebase. I think you can reuse alot of code |
|
@Prajwal7842 How are we progressing on this? |
|
b76c454 to
eab74e8
Compare
|
@vatsrahul1001 updated the tests as per suggestions. PTAL. Thanks |
|
Thanks @Prajwal7842 I will review soon |
8d66c9a to
a01107f
Compare
|
@Prajwal7842 I see tests are failing. can you check? |
a01107f to
343ad0a
Compare
Just updating: These tests are passing for me locally without any flakiness for some reason (passing on repeated tries), hence taking more time to debug this. |
I suggest to check failure report and look where it is failing |
|
@Prajwal7842 any progress on this? |
Hi, I missed this, I will get back by tomorrow on this and update here. |
343ad0a to
885529b
Compare
885529b to
fcd9f53
Compare
|
Hi @vatsrahul1001 can you check the PR. The tests are passing now. |
Thanks for all your efforts @Prajwal7842 , however, as discussed here we are planning not to include sort and pgaination tests in E2E. Can you remove them |
22b934f to
a7f07f0
Compare
a7f07f0 to
afbbb84
Compare
Hi @vatsrahul1001 I have updated the file and removed pagination/sorting tests. Tests are passing as well. Requesting a review. Thanks |
Nice! |
This PR adds playwright integration tests for /events Audit log page for Airflow UI.
Covers following things from listed down in the issues:
Audit Logs Display
Search/Filter Logs
closes: #59931
releated: #59028
The integration tests were locally run 5+ times consecutively and all runs passed successfully to avoid any flakiness

Sample run: