Skip to content

Bump the test-stack group with 5 updates#10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ColorPicker.UITests/test-stack-cbbe1a1518
Open

Bump the test-stack group with 5 updates#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/ColorPicker.UITests/test-stack-cbbe1a1518

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Updated Appium.WebDriver from 5.0.0 to 8.2.0.

Release notes

Sourced from Appium.WebDriver's releases.

8.2.0

This release focuses on performance optimizations, adds iOS launch argument support, and updates several CI/test dependencies.

⚡ Performance

  • Optimize ToDictionary() for improved performance in PointerInputDevice (#​1026) @​Dor-bl
  • Optimize string concatenation in AppiumServiceBuilder (#​1025) @​Dor-bl
  • Optimize busy wait in PingAsync with Task.Delay (#​1017) @​Dor-bl

✨ Enhancements

  • Add launchAppWithArguments support for iOS (#​1031) @​Dor-bl — enables passing launch arguments directly to iOS apps at startup.

🧪 Tests

  • Add iOS category attribute to multiple test classes (#​1033) @​Dor-bl
  • Add app uninstall step to improve test stability (#​1012) @​KazuCocoa

📦 Dependencies

  • Bump actions/upload-artifact from 6 to 7 (#​1015) @​dependabot
  • Bump android-actions/setup-android from 3 to 4 (#​1028) @​dependabot
  • Bump dorny/test-reporter from 2 to 3 (#​1029) @​dependabot
  • Bump futureware-tech/simulator-action from 4 to 5 (#​1016) @​dependabot
  • Bump NUnit from 4.4.0 to 4.5.1 (test dependency) (#​1019) @​dependabot

📚 Documentation

  • Update README with test status badges (#​1034) @​Dor-bl

🚀 Contributors

Thanks to the following contributors in this release:
@​Dor-bl, @​KazuCocoa

8.1.0

What's Changed

✨ Enhancements

  • feat: Implement StartActivity method for Android activities (#​986) @​Dor-bl
  • feat: Add InstallApp method for Android and iOS (#​974) @​Dor-bl
  • feat: Add WebSocket-based log broadcast support for Android (#​969) @​Dor-bl
  • feat: Custom commands execution with ICustomDriverCommandExecutor (#​965) @​seriousQA

🐛 Bug Fixes

  • fix: Stop local Appium process with SIGTERM (#​1006) @​Dor-bl
  • fix: Remove iosWebviewApp from app sources and constants (#​992) @​Dor-bl
  • fix: Fix ParseCapabilitiesIfUNIX for macOS/Linux and convert CI to GHA (#​991) @​KazuCocoa
  • fix: Capability name behind LaunchTimeout for XCUITest (#​989) @​KazuCocoa

📦 Dependencies

NuGet Packages

  • Bump System.Text.Json from 9.0.0 to 10.0.2 (#​1003, #​983)
  • Bump NUnit3TestAdapter from 4.6.0 to 6.1.0 (#​1002, #​984)
  • Bump NUnit from 4.3.2 to 4.4.0 (#​975)
  • Bump NUnit.Analyzers from 4.7.0 to 4.11.2 (#​972)
  • Bump Selenium.WebDriver from 4.35.0 to 4.36.0 (#​964)
  • Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1 (#​971)

GitHub Actions

  • Bump actions/checkout, actions/setup-dotnet, and actions/upload-artifact to latest versions (#​996, #​999, #​1000)
  • Bump actions/cache to v5 and actions/setup-node to v6 (#​998, #​1001)
  • Bump dorny/test-reporter to v2 (#​997)

🛠️ Pipeline & 🧪 Tests

  • ci: Add functional tests for Android and iOS (#​993, #​994)
  • ci: Run custom commands as Android (#​995)
  • test: Add AppiumElementCacheTest (#​985) @​Dor-bl
  • test: Optimize test app management and repository sources (#​987) @​KazuCocoa

📚 Documentation

  • docs: Update compatibility matrix to include Appium .NET Client 8.0.1 and Selenium 4.36.0 (#​973, #​978)
  • docs: Add usage notes regarding dependency versions (#​1005)

🚀 Contributors

Thanks to the following contributors for their work on this release:
@​Dor-bl, @​KazuCocoa, @​nvborisenko, @​seriousQA

8.0.1

🧾 What’s Changed
🧰 Maintenance & Improvements

Fixed and refined XML documentation comments for improved code clarity. (#​950, #​951) — @​seriousQA

Added a BiDi test using the latest Selenium WebDriver dependency. (#​955) — @​KazuCocoa

📦 Dependency Updates

Bump Microsoft.NET.Test.Sdk from 17.13.0 → 17.14.1. (#​956) — @​dependabot[bot]

Bump NUnit.Analyzers and Microsoft.NETFramework.ReferenceAssemblies in /test/integration. (#​930) — @​dependabot[bot]

Bump Selenium.WebDriver from 4.29.0 → 4.32.0 in /src/Appium.Net. (#​940) — @​dependabot[bot]

Bump actions/checkout from v4 → v5. (#​954) — @​dependabot[bot]

🚀 Contributors

A huge thanks to everyone who contributed to this release! ❤️
@​KazuCocoa, @​seriousQA, and @​dependabot[bot]

✅ Summary

This release includes improved XML documentation, expanded test coverage, and updated dependencies for enhanced stability and compatibility.

8.0.0

What's Changed

  • BREAKING CHANGE: use extension commands for deprecated endpoints (#​939) @​KazuCocoa

🧰 Maintenance

  • chore: add todo comments in AppiumCommand.cs for future reference (#​938) @​KazuCocoa

🚀 Contributors

Thanks to the following contributors in this release:
@​KazuCocoa

7.2.0

What's Changed

  • github: Added a "🧪 Tests" section (#​911) @​Dor-bl

✨ Enhancements

  • feat: Add support for Relax SSL validation (#​922) @​Dor-bl
  • feat: add events endpoint calls (#​913) @​KazuCocoa

🐛 Bug Fixes

  • fix: ToLower/ToUpper to ToLowerInvariant/ToUpperInvariant (#​921) @​KazuCocoa
  • fix: use ToLowerInvariant in clipboard to follow invariant culture (#​920) @​KazuCocoa

📦 Dependencies

  • build(deps): bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 in /test/integration (#​903) @dependabot[bot]
  • build(deps): bump Selenium.WebDriver from 4.28.0 to 4.29.0 in /src/Appium.Net (#​914) @dependabot[bot]

🛠️ Pipeline

  • ci: Fix .NET Core run and add AppiumClientConfigTest to pipeline (#​923) @​Dor-bl

🧪 Tests

  • test: add iOS keyboard tests for HideKeyboard functionality (#​918) @​Dor-bl
  • test: Refactor DirectConnectTest for readability and consistency (#​910) @​Dor-bl

🚀 Contributors

Thanks to the following contributors in this release:
@​Dor-bl, @​KazuCocoa, @​dependabot[bot] and dependabot[bot]

7.1.0

What's Changed

🧪 Tests

  • test: Add FiltersTests class with NUnit tests for Filters.FirstWithName (#​902) @​Dor-bl
  • test: NetworkTests Improvements (#​892) @​Dor-bl
  • test: Add reset orientation in teardown to iOS OrientationTest (#​890) @​Dor-bl

✨ Enhancements

  • refactor: Update the Integration project target frameworks to .NET 8.0 (#​905) @​Dor-bl

🐛 Bug Fixes

  • fix: Init method in Env.cs for better initialization (#​906) @​Dor-bl
  • fix: Refactor parameter names and update documentation (#​901) @​Dor-bl
  • fix: correct formatting in env.json.sample for remoteAppiumServerUri (#​893) @​Dor-bl

🔄 Refactor

  • refactor: Remove ByIosUIAutomation selector (#​889) @​Dor-bl

📦 Dependencies

  • build(deps): bump Selenium.WebDriver from 4.27.0 to 4.28.0 in /src/Appium.Net (#​896) @dependabot[bot]
  • build(deps): bump Microsoft.NETFramework.ReferenceAssemblies and NUnit in /test/integration (#​904) @dependabot[bot]
  • build(deps): bump NUnit.Analyzers from 4.4.0 to 4.6.0 in /test/integration (#​894) @dependabot[bot]

📚 Documentation

  • docs: Update RELEASE_NOTES.md (#​888) @​Dor-bl
  • docs: Update the compatibility matrix (#​887) @​Dor-bl

🚀 Contributors

Thanks to the following contributors in this release:
@​Dor-bl

7.0.0

What's Changed

  • test: Disable FullReset in IOS/ClipboardTest (#​882) @​Dor-bl
  • test: update alert text assertion in IOS/AlertTests (#​883) @​Dor-bl
  • test: Replace deprecated ByIosUIAutomation in ScrollingSearchingTest (#​881) @​Dor-bl
  • test: fix assertion for logs entry (#​878) @​Dor-bl
  • test: fix IOS/SearchingTest (#​879) @​Dor-bl
  • BREAKING CHANGE: AndroidDriver to use modern mobile: commands for Lock, IsLocked and Unlock (#​874) @​Dor-bl
  • github: Remove the selenium group (#​865) @​Dor-bl

✨ Enhancements

  • feat: 'IOSDriver' to use modern mobile: commands for Lock, IsLocked and Unlock (#​875) @​Dor-bl

📦 Dependencies

  • build(deps): bump Selenium.WebDriver from 4.26.1 to 4.27.0 in /src/Appium.Net (#​871) @​dependabot
  • build(deps): bump NUnit from 4.2.2 to 4.3.0 in /test/integration (#​880) @​dependabot
  • build(deps): bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /test/integration (#​869) @​dependabot
  • build(deps): bump NUnit.Analyzers from 4.3.0 to 4.4.0 in /test/integration (#​868) @​dependabot
  • build(deps): bump System.Text.Json from 8.0.5 to 9.0.0 in /test/integration (#​867) @​dependabot

🛠️ Pipeline

  • ci: Split tests into two separate tasks per framework (#​877) @​Dor-bl

6.0.1

What's Changed

  • test: Add tests for HideKeyboard(string strategy, string key) (#​860) @​Dor-bl
  • test: Adjust tests namespaces to match folder structure (#​859) @​Dor-bl
  • github: Fix New Contributors var (#​854) @​Dor-bl

🐛 Bug Fixes

  • fix: Revert changes for NEW_CONTRIBUTORS (#​855) @​Dor-bl

📦 Dependencies

  • build(deps): bump Selenium.WebDriver from 4.25.0 to 4.26.1 (#​862) @​dependabot

📚 Documentation

  • docs: Add v6.0.0 to Compatibility Matrix (#​856) @​Dor-bl

6.0.0

What's Changed

🛠️ GitHub Actions & CI:

  • Include a notification for new contributors (#​849) by @​Dor-bl
  • Update PR template to support test fixes (#​839) by @​Dor-bl
  • Fix the Breaking Change label to match Release Drafter (#​835) by @​Dor-bl
  • Update the Breaking Change title in labeler.yml (#​833) by @​Dor-bl
  • Add a Documentation category in release-drafter.yml (#​827) by @​Dor-bl
  • Fix .sln path for release-nuget.yml (#​851) by @​Dor-bl

Tests & Fixes:

  • Add explicit wait for app package to load before assertion (#​838) by @​Dor-bl
  • Move AppTests to the correct folder to match the namespace (#​831) by @​Dor-bl

Breaking Change:

  • Remove obsolete TouchActions, MultiActions methods (#​832) by @​Dor-bl

✨ Enhancements:

  • Refactor: Use netstandard2.0 as the target framework to support a wider range of frameworks (#​845) by @​nvborisenko

📦 Dependencies

Updated:

  • Bump Selenium.WebDriver from 4.24.0 to 4.25.0 in /src/Appium.Net (#​846) by @​dependabot
  • Bump System.Drawing.Common from 8.0.8 to 8.0.10 in /src/Appium.Net (#​840) by @​dependabot
  • Bump System.Text.Json from 8.0.4 to 8.0.5 in /test/integration (#​842) by @​dependabot

Removed:

  • Remove Selenium.Support package as a dependency (#​843) by @​nvborisenko
  • Migrate from Newtonsoft.Json to System.Text.Json (#​836) by @​Dor-bl

🧰 Maintenance:

  • Move the solution to the root folder (#​844) by @​nvborisenko
  • Remove unnecessary .nuget binaries from source control (#​847) by @​nvborisenko

📚 Documentation:

  • Remove the Deprecated Methods section (#​834) by @​Dor-bl

🆕 New Contributors:

A warm welcome to our new contributors: @​nvborisenko.

5.2.0

What's Changed

Enhancements

  • feat: Override selenium default command timeout (#​818) @​Dor-bl
  • feat: Bring back LaunchApp to WindowsDriver (#​813) @​Dor-bl

Dependencies

  • build(deps): bump Microsoft.NET.Test.Sdk from 17.10.0 to 17.11.1 in /test/integration (#​828) @​dependabot
  • build(deps): bump NUnit.Analyzers from 4.2.0 to 4.3.0 in /test/integration (#​825) @​dependabot
  • build(deps): bump NUnit from 4.1.0 to 4.2.2 in /test/integration (#​826) @​dependabot
  • build(deps): bump the selenium-dependencies group from 4.23.0 to 4.24.0 in /src/Appium.Net with 2 updates (#​821) @​dependabot
  • build(deps): bump System.Drawing.Common from 8.0.7 to 8.0.8 in /src/Appium.Net (#​817) @​dependabot
  • build(deps): bump NUnit3TestAdapter from 4.5.0 to 4.6.0 in /test/integration (#​811) @​dependabot

📚 Documentation

  • docs: Update PULL_REQUEST_TEMPLATE.md (#​814) @​Dor-bl
  • docs: Add compatibility matrix for Appium .NET Client (#​810) @​Dor-bl

5.1.0

What's Changed

Breaking Changes

  • ExecuteAsync() under the hood implementation after bumping to Selenium 4.23 (#​804) @​kelmelzer

GitHub Actions

  • Add Breaking Change labeler (#​809) @​Dor-bl
  • Set the prerelease flag to false in release-drafter.yml (#​792) @​Dor-bl

Tests

  • Add new Drawing Category to related tests (#​808) @​Dor-bl
  • Fix ios ElementTests (#​796) @​Dor-bl

Dependencies

  • build(deps): bump System.Drawing.Common from 8.0.6 to 8.0.7 in /src/Appium.Net (#​805) @​dependabot
  • build(deps): bump System.Drawing.Common from 4.21.0 to 4.23.0 in /src/Appium.Net

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 17.8.0 to 18.5.1.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.5.1

What's Changed

Full Changelog: microsoft/vstest@v18.5.0...v18.5.1

18.5.0

⚠️ Unlisted on Nuget, because of #​15718

What's Changed

Full Changelog: microsoft/vstest@v18.4.0...v18.5.0

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

18.3.0

What's Changed

Internal fixes and updates

New Contributors

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

New Contributors

17.14.0-preview-25107-01

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

Will probably revert before release:

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01

17.13.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.12.0...v17.13.0

17.12.0

What's Changed

Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

17.11.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

17.11.0-release-24373-02

What's Changed

Full Changelog: microsoft/vstest@v17.11.0-release-24352-06...v17.11.0-release-24373-02

17.11.0-release-24352-06

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

17.10.0

What's Changed

And many infrastructure related changes and updates.

New Contributors

Full Changelog: microsoft/vstest@v17.9.0...v17.10.0

17.10.0-release-24177-07

What's Changed

New Contributors

And many infrastructure related changes to migrate our pipelines to common build system.

Full Changelog: microsoft/vstest@v17.10.0-preview-24080-01...v17.10.0-release-24177-07

17.10.0-preview-24080-01

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.10.0-preview-24080-01

17.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.8.0...v17.9.0

17.9.0-release-23619-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.9.0-release-23619-01

17.9.0-preview-23577-04

What's Changed

  • Updated VSSDK.BuildTools version by @​cvpoienaru in #​4765
  • Update dump client to latest by @​nohwnd in #​4724
  • Fix staircase in logger by @​nohwnd in #​4756
  • Create a proper MSBuild ToolTask based VSTestTask by @​nohwnd in #​2702
  • Fix CPU is consumed by polling frequently when there is no subscriber by @​nohwnd, @​cvpoienaru in #​4735
  • Remove javascript in HtmlLogger by @​daveMueller in #​4744
  • Update VSIX metadata by @​nohwnd in #​4550
  • Add platform guard by @​dotMorten in #​4737

Full Changelog: microsoft/vstest@v17.9.0-preview-23531-01...v17.9.0-preview-23577-04

17.9.0-preview-23531-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23503-02...v17.9.0-preview-23531-01

17.9.0-preview-23503-02

What's Changed

  • Remove dependency on Nuget.Frameworks by @​nohwnd in #​4693

Full Changelog: microsoft/vstest@v17.8.0-release-23468-02...v17.9.0-preview-23503-02

Commits viewable in compare view.

Updated SixLabors.ImageSharp from 3.1.5 to 4.0.0.

Release notes

Sourced from SixLabors.ImageSharp's releases.

4.0.0

What's Changed

3.1.12

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.11...v3.1.12

3.1.11

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.10...v3.1.11

3.1.10

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.9...v3.1.10

3.1.9

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.8...v3.1.9

3.1.8

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.7...v3.1.8

3.1.7

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.6...v3.1.7

3.1.6

What's Changed

Full Changelog: SixLabors/ImageSharp@v3.1.5...v3.1.6

Commits viewable in compare view.

Updated xunit from 2.5.3 to 2.9.3.

Release notes

Sourced from xunit's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated xunit.runner.visualstudio from 2.5.3 to 3.1.5.

Release notes

Sourced from xunit.runner.visualstudio's releases.

3.1.5

Release notes: https://xunit.net/releases/visualstudio/3.1.5

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the speci...

Description has been truncated

Bumps Appium.WebDriver from 5.0.0 to 8.2.0
Bumps Microsoft.NET.Test.Sdk from 17.8.0 to 18.5.1
Bumps SixLabors.ImageSharp from 3.1.5 to 4.0.0
Bumps xunit from 2.5.3 to 2.9.3
Bumps xunit.runner.visualstudio from 2.5.3 to 3.1.5

---
updated-dependencies:
- dependency-name: Appium.WebDriver
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-stack
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.5.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-stack
- dependency-name: SixLabors.ImageSharp
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-stack
- dependency-name: xunit
  dependency-version: 2.9.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-stack
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: test-stack
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from vpapenko as a code owner May 21, 2026 20:13
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 21, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants