Hi, could someone explain why `beforeGroup` is exe...
# spek
a
Hi, could someone explain why
beforeGroup
is executed only once even if test has more then one group on one level? And if so, how do you work with this?
Would be great to have something like
beforeEachGroup
in this case
t
I think in this case you should use
beforeEachTest
a
@tapchicoma, code style
gherkin
has given, when, then and I have all of them in one group for one test, as result
beforeEachTest
doesn't fix it
t
then better to ask @raniejade 🙂
a
@raniejade, please could you give some advice? ^^^
r
@Abbas A can you post a snippet to what you’re trying to do? It makes things easier to understand.
@raniejade ^^^
r
@Abbas A wanna file in a feature request for
beforeEachGroup
?
beforeGroup
will only be executed once.
a
do you have in plans implement something like
beforeEachGroup
?
r
yes.
a
ok, thanks