I want to use the NeoloadSeleniumWrapper in Visual Studio (C#) for test design. The recording in Neoload works fine for a console application, if I pass the required program argument via command line: -Dnl.selenium.proxy.mode=Design. However, I want to perform the recording out of a unit test, as shown in the Neoload Documentation: https://www.neotys.com/documents/doc/neoload/latest/en/ht...
The documentation does not state how to pass the argument in this case, and Neoload does not record anything if it is missing. The difficulity of passing command line arguments in unit tests is also discussed here: https://social.msdn.microsoft.com/Forums/en-US/441920ee-e...
Is there any efficient solution for this?