Closed rochdev closed 7 years ago
@rochdev right now this is how spec reporter works. It isn't quite aligned to other cucumber reporters. Note that WebdriverIO has framework independent reporters that work also with other test frameworks like Mocha or Jasmine.
The spec reporter could be smarter about which framework is used and adapt the output accordingly.
This issue was moved to webdriverio/wdio-spec-reporter#21
Given a feature:
I would expect to have a similar output in the console, but instead I get:
It's missing all the keywords to make proper sentences which are usually added by cucumber.
I am using the
spec
reporter with thepretty
formatter.