Closed fredericbirke closed 4 years ago
Hi @fredericbirke,
Sorry for the delayed response!
I looked into your sample solution. The problem is that you are trying to define a custom test framework in Startup.cs
file, on line 8:
If you comment out that line, the test starts working just fine.
I hope this helps! If not, let me know if you have further questions or comments.
I am assuming that the issue did not persist since I have not heard back. Closing the issue.
After creating a vanilla project that includes both Xunit.Gherkin.Quick and Xunit.DependencyInjection, Xunit.Gherkin.Quick throws an ArgumentNullException.
This seems to be caused in Xunit.Gherkin.Quick.ScenarioOutput line 20.
In any c# class of the project I can inject the testOutputhelper just fine, any idea whats wrong here?
Minimal reproduction example can be found here: https://github.com/fredericbirke/gherkin-bug