HtmlUnit / NHtmlUnit

.Net port of HtmlUnit
Other
88 stars 21 forks source link

Bump NUnit.ConsoleRunner from 3.12.0 to 3.13.0 #45

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps NUnit.ConsoleRunner from 3.12.0 to 3.13.0.

Release notes

Sourced from NUnit.ConsoleRunner's releases.

NUnit Console and Engine 3.13

This is the first release of the NUnit Console Runner, which allows running of both .NET Framework and .NET Core tests, either separately or in combination. The Console runner executes under the .NET Framework but is able to launch .NET Core agents and communicate with them over a TCP connection.

A second major feature is the availability of preemptive cancellation when the normal approach of requesting the test run to terminate itself doesn't work. This is an engine feature, available to any runners supporting cancellation.

See the Release Notes for a full list of changes.

Note: Packages will be available on nuget.org and chocolatey.org shortly. Release notes are in process.

Commits
  • 37a1b61 Merge pull request #1039 from nunit/issue-720
  • a43a479 Delete commented lines
  • 65cd7a0 Merge pull request #1038 from nunit/issue-1037
  • 9ec9063 Merge pull request #1036 from nunit/issue-382
  • 0d61fe3 Drop commented line
  • b15eeb0 Update descriptions of packages
  • de155a0 Eliminate end of life checks on runtimes
  • 9f7a7ef Inject processor count for testing purposes
  • 2eaca77 Run assemblies from a project file in parallel
  • cc8d2f0 Remove deprecated packages from normal build
  • Additional commits viewable in compare view


Dependabot compatibility score

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #46.