Closed kevdotpub closed 2 years ago
I just looked into the failing tests and it seems it's from an Elixir version bump in an earlier commit that Semaphore doesn't agree with? I don't think it's related to my code :grin:
wanted to merge, but there are conflicts, will have to wait till weekend
Scenarios without names were just getting silently skipped by the parser which was confusing me somewhat.
Looking at the Gherkin reference (https://docs.cucumber.io/gherkin/reference/#example) it doesn't mention they are required to have names (as it does for Features, for instance). Also, scenarios without titles seem to work well in Cucumber, so I was hoping I'd be alright to make these titles optional?
Whilst in that area, it says that Scenario is really a synonym for Example and either should work so I've added that in this PR too but I'm not bothered about that if you don't want it :)