Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Output is incomplete #21

Open
christian-bromann opened this issue Jan 17, 2017 · 1 comment
Open

Output is incomplete #21

christian-bromann opened this issue Jan 17, 2017 · 1 comment

Comments

@christian-bromann
Copy link
Contributor

From @rochdev on January 17, 2017 11:47

Given a feature:

Feature: My Feature
    Scenario: My Scenario
        Given some context
        When I do something
        Then I achieve some goal

I would expect to have a similar output in the console, but instead I get:

My Feature

My Scenario
    ✓ some context
    ✓ I do something
    ✓ I achieve some goal

It's missing all the keywords to make proper sentences which are usually added by cucumber.

I am using the spec reporter with the pretty formatter.

Copied from original issue: webdriverio-boneyard/wdio-cucumber-framework#46

@christian-bromann
Copy link
Contributor Author

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant