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

Output is incomplete #46

Closed
rochdev opened this issue Jan 17, 2017 · 2 comments
Closed

Output is incomplete #46

rochdev opened this issue Jan 17, 2017 · 2 comments

Comments

@rochdev
Copy link

rochdev commented Jan 17, 2017

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.

@christian-bromann
Copy link
Contributor

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

@christian-bromann
Copy link
Contributor

This issue was moved to webdriverio-boneyard/wdio-spec-reporter#21

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

2 participants