OctopusDeploy / Halibut

| Public | A secure communication stack for .NET using JSON-RPC over SSL.
Other
12 stars 44 forks source link

Set the Test Filter and if dot memory tests should be run via command line arguments when running tests via nuke #467

Closed nathanwoctopusdeploy closed 1 year ago

nathanwoctopusdeploy commented 1 year ago

Background

This PR allows the test Filter and if the dot memory tests should be run to be set via command line arguments when running tests via nuke

It will allow tests to be split across TeamCity build configurations e.g.

.\build.cmd -target TestWindowsNet48 -TestFilter TestCategory!=PollingOverWebSocket -RunDotMemoryTests true .\build.cmd -target TestWindowsNet48 -TestFilter TestCategory=PollingOverWebSocket -RunDotMemoryTests false

How to review this PR

Quality :heavy_check_mark:

Pre-requisites

nathanwoctopusdeploy commented 1 year ago

[sc-57387]

shortcut-integration[bot] commented 1 year ago

This pull request has been linked to Shortcut Story #57387: Split net48 Test build chains into WebSockets | Listing+Polling.