Paul "Code Grump" Turner
Paul "Code Grump" Turner
There's a strong association between source feature files and the code generated. Reqnroll currently puts the generated source files next to the feature file, in-keeping with how Microsoft's own code-behind...
I've long wanted to shift code generation to the `obj` path, but the last time we tried this experiment, the Visual Studio Test Explorer stopped performing source navigation properly. It...
I'd love to understand this mapping in more detail. The method signatures generated by the Reqnroll system are something of an implementation detail, but I appreciate some non-gherkin tools use...
If the problem is test-related, we should change the structure of our tests. I'd prefer to see a one-to-one relationship between test-framework adapters and a test suite to verify the...