Issue with having to include an Examples section in test

Hi all, I have another question regarding BDD testing.

I have created a simple test that involves logging in a user and performing a quick search.
It does not require any examples, but if I try and remove this section for the Feature file, then when I try and run the test, it will not run and just say the feature has been executed.
If I add in a small example, it will work, even though the example has no impact on the test.
Has anyone else had this issue?

1 Like

I have the same issue.
Once the ‘Examples’ is gone or hasn’t at least one (bogus) entry, the feature passes without execution. (5.8.3 on MacOS / 5.7.1 Win).