You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice, but I would try to avoid tight dependencies on other plugins like Shiro. It may turn the cucumber plugin too much unstable like "I upgraded the shiro plugin and it doesn't work anymore".
Anyway, the functional-tests plugin does it in a very nice way using one-liners, but mixins would also be great.
That would be helpful. I am not sure if this would couple this plugin too closely to Geb, but it would also be nice to have some kind of common step implementations. I think there are quite a few things (filling out forms, navigating links, building test data) that everyone needs,
I'm thinking about adding some kind of library to the plugin that contains before/after pair hook scripts for some common setup/teardown code.
for example
Not yet sure how one would use it.
Probably we would like to have some of them depend on cucumber tags.
The text was updated successfully, but these errors were encountered: