This is an automated email from the ASF dual-hosted git repository.
rahulvats pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 3fe68e79b06 Fix GitDagBundle re-cloning on every task when
prune_dotgit_folder is True (#61847)
add baa8c720369 feat : e2e test to verify task log display (#61315)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/ui/playwright.config.ts | 3 +
.../src/pages/TaskInstance/Logs/TaskLogHeader.tsx | 10 +-
.../airflow/ui/tests/e2e/pages/TaskInstancePage.ts | 58 ++++++++++
.../airflow/ui/tests/e2e/specs/task-logs.spec.ts | 128 +++++++++++++++++++++
4 files changed, 195 insertions(+), 4 deletions(-)
create mode 100644
airflow-core/src/airflow/ui/tests/e2e/pages/TaskInstancePage.ts
create mode 100644
airflow-core/src/airflow/ui/tests/e2e/specs/task-logs.spec.ts