-
Notifications
You must be signed in to change notification settings - Fork 170
Update WDIO to V9 #3881
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
Update WDIO to V9 #3881
Conversation
rge branch 'main' of https://github.com/microsoft/fluentui-react-native
|
@samuelfreiberg Guess we should update the versions of the main packages too? |
We should - it will most likely be a larger change that requires modifications to our existing testing code. I'll add a task for it to do in a subsequent PR. What version of Node does our CI run on? |
|
Looks like Node 22? #3843 ETA: But maybe that's only for apple |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Platforms Impacted
Description of changes
WebDriverIO v8 isn't compatible with Nove v22, so we need to upgrade. Once this PR gets merged, it will generate an updated NuGet package that we can then consume the package elsewhere for the testing dependencies.
Once this PR gets merged and the NuGet package is generated, I'm going to make another PR migrating this package to a different, more suitable repo. It doesn't belong in FURN anymore.
Verification
(how the change was tested, including both manual and automated tests)
Pull request checklist
This PR has considered (when applicable):