cabbage
cabbage copied to clipboard
Story BDD tool for executing elixir in ExUnit
Results
22
cabbage issues
Sort by
recently updated
recently updated
newest added
### Problem Being new in Cabbage, I followed the documentation step-by-step to create my first scenario. When running though came a surprise. The documentation in the `README.md` file states: >...
### Problem When running `mix test` using Cabbage in Elixir 1.18, one gets this warning: ``` warning: ExUnit.Case.register_test/4 is deprecated. Use register_test/6 instead │ 3 │ use Cabbage.Feature, async: false,...