Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test output does not provide enough context #1

Open
svan-jansson opened this issue Dec 14, 2018 · 0 comments
Open

Test output does not provide enough context #1

svan-jansson opened this issue Dec 14, 2018 · 0 comments

Comments

@svan-jansson
Copy link
Owner

There is currently no additional test output for the scenarios, they just look like default ExUnit tests.

Example of improved test output:

Feature: This is a feature

Successful Scenarios:
  
  Scenario: This is a scenario
    Given Some precondition
    When Doing something
    Then Something should happen
    And Something else should happen

  Scenario: This is another scenario
    Given Some precondition
    When Doing something
    Then Something should happen
    And Something else should happen

Failing Scenarios:

  Scenario: This is yet another scenario
    Given Some precondition
    When Doing something
    Then Something should happen
    And Something else should happen

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

No branches or pull requests

1 participant