cabbage-ex / cabbage

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

Tags per integration #56

Closed revati closed 5 years ago

revati commented 5 years ago

34, #54 and #55 should be merged so diff would be cleaner.

Possibility to specify tags for tests when using Cabbage.Feature.

Can create one *.feature file, but implement many implementations. The use case is to test the same features in different layers of a single application. (HTTP, business, etc)