You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @christian-bromann ,
As mentioned in this comment we went through the errors, most of them were unrelated to the PR but we were able to fix the issues on Linux and macOS. For the Windows issue, we found a related issue raised here.
We’ve added the fix for Linux and macOS in the current branch.
Please help us merge the v8 PRs based on this fix, since the github issue already exists for Windows.
I have added tests that prove my fix is effective or that my feature works
I have added the necessary documentation (if appropriate)
I have added proper type definitions for new commands (if appropriate)
Backport Request
//: # (The current main branch is the development branch for WebdriverIO v9. If your change should be released to the current major version of WebdriverIO (v8), please raise another PR with the same changes against the v8 branch.)
This change is solely for v9 and doesn't need to be back-ported
I ran the tests without the --no-sandbox flag, and the Linux tests failed with this error: ERROR webdriver: Request failed with status 500 due to session not created: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir ERROR webdriver: session not created: session not created: probably user data directory is already in use, please specify a unique value for --user-data-dir argument, or don't use --user-data-dir
Session link: https://github.com/rounak610/webdriverio/actions/runs/13150573955/job/36697176498?pr=8
I found a similar issue here
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
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.
Proposed changes
Hey @christian-bromann ,
As mentioned in this comment we went through the errors, most of them were unrelated to the PR but we were able to fix the issues on Linux and macOS. For the Windows issue, we found a related issue raised here.
We’ve added the fix for Linux and macOS in the current branch.
Please help us merge the v8 PRs based on this fix, since the github issue already exists for Windows.
Related v8 PRs:
Types of changes
Checklist
Backport Request
//: # (The current
mainbranch is the development branch for WebdriverIO v9. If your change should be released to the current major version of WebdriverIO (v8), please raise another PR with the same changes against thev8branch.)v9and doesn't need to be back-ported#XXXXXFurther comments
Reviewers: @webdriverio/project-committers