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

Cucumber Data Table is not showed in Scenario Details #19

Closed
JomperBytes opened this issue Jan 12, 2018 · 6 comments
Closed

Cucumber Data Table is not showed in Scenario Details #19

JomperBytes opened this issue Jan 12, 2018 · 6 comments
Assignees

Comments

@JomperBytes
Copy link

Expected behavior

Step 2   Then Log in to your account with     | Username | username |    0m 09s 662ms  passed
                                                 | Password | 123456   |                                       
                                                                       

Actual behavior

Step 2 Then Log in to your account with 0m 09s 662ms passed

Reproduction steps

Feature:  Login: Login Test Feature

  Scenario: Login to account
    Given Open Site
    Then Log in to your account with
      | Username | username |
      | Password | 123456      |
@bischoffdev bischoffdev self-assigned this Jan 15, 2018
@bischoffdev bischoffdev added this to the 0.1.2 milestone Jan 15, 2018
@bischoffdev
Copy link
Collaborator

Hi @JoVzla
Could you please send me an example JSON file that includes a data table for reference?

@JomperBytes
Copy link
Author

@bischoffdev
Copy link
Collaborator

Thanks a lot, I am currently looking into this issue.

@bischoffdev
Copy link
Collaborator

Will be fixed in release 0.2.0

@bischoffdev
Copy link
Collaborator

@JoVzla Version 0.2.0 is now available that adds data table support. The tag functionality will be done in the next release.

@JomperBytes
Copy link
Author

Thanks! Downloading and testing.

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

No branches or pull requests

2 participants