-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET implementation of Cucumber Expressions #45
Conversation
I think the failing JavaScript tests are unrelated to this... |
I do not reproduce the error on Edit: indeed, after merging Edit 2: nevermind, I've been able to add the "Update branch" button to PRs |
Description
This is a port of the
java
implementaition to .NET / C# with the following differences:ParameterTypeRegistry
is not implemented here, only defines theIParameterTypeRegistry
andIParameterType
interfacesAlso added a
test-dotnet
GitHub action.