dididy opened a new pull request, #5096:
URL: https://github.com/apache/zeppelin/pull/5096

   ### What is this PR for?
   
https://github.com/apache/zeppelin/actions/runs/18239525409/job/51939323284?pr=5095
   
   I recently found that the `run-playwright-e2e-tests (auth)` step wasn’t 
running properly during the E2E tests.  
   The root cause was that the tests required a setup (tear-up) process.  
   Since handling login in `globalSetup` within `playwright.config` made it 
difficult to account for all browser contexts,  
   I added a method in `utils` to perform the login when a `shiro.ini` file 
exists, and made each test execute it in `beforeEach`.
   
   During this process, I also merged the `helper` into `utils`, as they 
essentially served the same purpose.
   
   ### What type of PR is it?
   Bug Fix
   Improvement
   
   ### Todos
   
   ### What is the Jira issue?
   ZEPPELIN-6357
   
   ### How should this be tested?
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the license files need to update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to