-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[py] rerun tests with debugging #16892
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
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
navin772
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.
LGTM!
User description
🔗 Related Issues
Implements #16879 for Python
💥 What does this PR do?
Turns on debugging for reruns
You can see the difference in logging here: https://github.com/SeleniumHQ/selenium/actions/runs/20899801802/job/60044210359?pr=16892
🔄 Types of changes
PR Type
Enhancement
Description
Enable debugging output for Python test reruns
Add
rerun-with-debugflag to remote and browser test workflowsImproves debugging visibility for flaky test failures
Diagram Walkthrough
File Walkthrough
ci-python.yml
Add debug flag to Python test rerun workflows.github/workflows/ci-python.yml
rerun-with-debug: trueparameter to remote-tests jobrerun-with-debug: trueparameter to browser-tests job