cabbage-ex/cabbage

tag to setup_tag

revati opened this issue · 0 comments

Registering tag specific setup callbacks currently is outside of ExUnit default flow.

setup_all -> setup for test as a whole
setup -> setup for each test case in file (in our case for each scenario), there even might be an alias setup_scenario?
setup_tag -> setup only for those features that are marked with tag.