According to the fact, what I've got my .NET Standard 2.0 Test Libraries and I want to have a standalone console runner in order to run my tests by anyone from my team and by only using console prompt, I have looked around nunit3-console.exe but I need an option to point him two things: 1) Which DLL to load and run (it's easy already...) 2) Where to look for an appsettings.json
AD 2. I need to pass that to the [SetUp] method, if I would have to do it for a [TestCase()] it should be quite easier... But the question is, how to pass it to the [SetUp]? Cannot find an answer in the internet, maybe I am missing something?