Nikolay Borisenko
Nikolay Borisenko
Fixes #10371 ? I'm not sure, wrote code in notepad. If you can provide me within built nuget package from this PR, I can answer whether xml docs are inluded....
I have plugin in zip file `my_super_plugin_1.0.0-beta.1-win-64.zip`. ```cmd gauge install mypluginname -f my_super_plugin_1.0.0-beta.1-win-64.zip ``` Error: ``` Panicing : runtime error: invalid memory address or nil pointer dereference goroutine 1 [running]:...
Currently there is only one way how user is able to say where `nunit-console` should find extensions. This is via `*.addins` file. What if user will be able to install...
Continuation of https://github.com/dotliquid/dotliquid/issues/472 I want to include nested template via `{% include 'B' %}`, I have `_B.liquid` file near with my caller template. **Error**: Liquid error: Error - Illegal template...
It's possible to add log items directly to Launch, not to Test. And There is possibility to add nested steps (test items with `has_stats = false`). It would be nice...
Continuing https://github.com/xunit/xunit/pull/1863 Currently runner uses the first discovered test reporter, even if there are several available. https://github.com/xunit/visualstudio.xunit/blob/2ab16095fae04b349c1c122c419ebd8bbc4c9c1f/test/test.xunit.runner.visualstudio/RunnerReporterTests.cs#L47-L58 What if runner will use all available reporters? Let's say I want to...
Promoted plugin for [ReportPortal](https://reportportal.io) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue). - [ ] New feature (non-breaking change which adds functionality). -...
For those users who use https://www.nuget.org/packages/Microsoft.Extensions.Logging
### Feature and motivation Selenium manager process can be executed with `--debug` flag, and then process output can be redirected to internal logs. Each time, when the process outputs a...
### Description Internal stuff should be internal. ### Motivation and Context Sometimes selenium's classes appears in IDE suggestions, and these classes are supposed to be for internal usage. Like `PortUtilities`...