cabbage-ex / cabbage

Story BDD tool for executing elixir in ExUnit
MIT License
141 stars 33 forks source link

tag to setup_tag #74

Open revati opened 5 years ago

revati commented 5 years ago

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.