Sergey Trasko
Sergey Trasko
I was able to reproduce the issue only if I have `cukes.url_encoding_enabled=true` in cukes.properties. Can you doublecheck that cukes.properties is in the correct place? (Usually it's inside src/test/resources)
Could you please give a bit more details about your use case (i.e. why you would like to use Spring in your Cucumber tests)? The most simple way is to...
In one of the projects I did something similar. We had a Spring-based application and during Cucumber scenario setup we had to make some data preparation (i.e. persisting data into...
You can check out https://github.com/ctco/cukes/tree/master/cukes-samples/cukes-plugin-sample for a showcase how to create plugins
@seraphimaTW could you share the whole test case you are running (without particular values of course - only steps sequence is of interest right now)? The thing is that only...
@EduardRindtAta could you please submit PR for it?
@seraphimaTW could you please try latest version (0.0.18) that incorporates fix from @EduardRindtAta ?
@IgorGursky can it be closed?
Duplication for #80 Generic mechanism is implemented, later on missing documentation will be filed in
Currently it is not supported. Primary reason was that it was not a use case for us. Secondly it is quite heavy operation that might impact overall sync performance. However...