cabbage-ex / cabbage

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

Dynamic global tag #55

Closed revati closed 5 years ago

revati commented 5 years ago

34 and #54 should be merged so diff would be cleaner

Ability to provide a dynamic global tag. Beforehand it was globally set to @tag :integration.

Now value would be fetched via Application.get_env(:cabbage, :global_tags, []). While now default value if isn't configured, is set to empty list, this could be changed for backwards compatibility to be :integration