Roberts Guļāns

Results 20 comments of Roberts Guļāns

Currently, each `Scenario` is wrapped in separate `describe`. Don't know exactly what was initial intent, but what you are asking seems doable. Except: as of gherkin 6 there is a...

1. Naming can and should be fixed regardless of `describe` and `test` hierarchy. 2. it can be done in global scope as well. `describe` isn't a requirement for that. 3....

I'm more inclined towards seconds option, as it would provide better integration with `Rule` and disallow multiple `Feature`s in single file. Is it possible to create some sort of poll...

@hauleth Yeah, they should do the same thing. Where - setup is more technical setup functionality - the background is more domain setup functionality From this it seems that workflow...

Yes it is walid case to have cabbage feature without specified feature file. But are there multiple ways to import gherkin files? 🤔

Something like `Cabbage.Feature` and `Cabbage.AbstractFeature`? While I see a benefit to it, it is more like nice to have feature, not must have, it as well might be a 1.1...

Thanks, now it is working :) Are there any plans to update documentation?

This is beacue Ecto.Repo it self requires such callback as well. fix is in PR (just created): https://github.com/ZennerIoT/ex_audit/pull/92/commits/d229bc6a59db351676e00c678c3a99ed6896a40b

This has been merged in master on September 14th. The same day Crawly 0.14 has been released. But it seems this features is not part of 0.14 release. Was it...

the same here with Java 8 on mac osx