This is an automated email from the ASF dual-hosted git repository.

chanholee pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


    from 7c7b00fa78 [CI-HOTFIX] Remove not allowed action in Selenium test
     add 190ecd6a2f [ZEPPELIN-6336] Enable Conditional Login Test Based on 
shiro.ini Presence in Zeppelin

No new revisions were added by this update.

Summary of changes:
 .github/workflows/frontend.yml                     |  13 ++-
 zeppelin-web-angular/e2e/global-setup.ts           |  36 ++++++
 .../credential.ts => e2e/global-teardown.ts}       |  20 ++--
 zeppelin-web-angular/e2e/models/login-page.ts      |  55 +++++++++
 zeppelin-web-angular/e2e/models/login-page.util.ts | 123 +++++++++++++++++++++
 zeppelin-web-angular/e2e/tests/app.spec.ts         |   8 +-
 zeppelin-web-angular/e2e/tests/login/login.spec.ts | 119 ++++++++++++++++++++
 zeppelin-web-angular/playwright.config.ts          |   2 +
 8 files changed, 360 insertions(+), 16 deletions(-)
 create mode 100644 zeppelin-web-angular/e2e/global-setup.ts
 copy zeppelin-web-angular/{src/app/interfaces/credential.ts => 
e2e/global-teardown.ts} (67%)
 create mode 100644 zeppelin-web-angular/e2e/models/login-page.ts
 create mode 100644 zeppelin-web-angular/e2e/models/login-page.util.ts
 create mode 100644 zeppelin-web-angular/e2e/tests/login/login.spec.ts

Reply via email to