Remote selenium - #1993
Closed
mykhaliev1 wants to merge 29 commits into
Closed
Conversation
RemoteExecutor.prepare() now calls GET /info on the bridge to discover the remote root path and OS, falling back to %TEMP%/windows defaults if the endpoint is unavailable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…r.py subprocess Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… test race condition Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace subprocess.Popen of bridge_file_puller.py script with the BridgeFilePuller daemon thread; add shutdown() to stop pullers cleanly. Remove now-unused imports of subprocess and sys. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace subprocess.Popen-based file pulling with the BridgeFilePuller daemon thread. Pullers are tracked in self._pullers and stopped cleanly in shutdown(). Remove now-unused subprocess and sys imports. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace subprocess.Popen calls for kpi.jtl and error.jtl pulling with BridgeFilePuller daemon threads; stop them in shutdown(). Remove now- unused subprocess and sys imports. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace subprocess.Popen of bridge_file_puller.py script with the BridgeFilePuller daemon thread. Store pullers in self._pullers and stop them in shutdown(). Remove unused subprocess and sys imports. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1993 +/- ##
==========================================
- Coverage 89.89% 88.08% -1.80%
==========================================
Files 71 73 +2
Lines 20241 20935 +694
==========================================
+ Hits 18194 18439 +245
- Misses 2047 2496 +449 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Each PR must conform to Developer's Guide.
Quick checklist:
site/dat/docs/changesdirectory, one-line note of change inside