Polzoni Gilberto
Polzoni Gilberto
It's not possible to use entire test name (TESTSUITE.TESTNAME) to run a single test by mean of "--filter" option. Anyway if I remove just last char from the test name,...
### Context: - VS2017 - NUnit3 Test Adapter 3.9.00 - NUnit 3.6.1 - .NET 4.6.2 ### How to reproduce Let try to run this test alone ``` C# using NUnit.Framework;...
In _WebSocketServer_, could be useful to have a method _AddWebSocketService_ with _path_ argument as a regular expression. In this way a set of request url could be managed by the...