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

Step annotations should be taken from feature files instead of Java code #62

Open
kopendozz opened this issue Mar 11, 2020 · 0 comments

Comments

@kopendozz
Copy link

kopendozz commented Mar 11, 2020

Steps to reproduce:

  1. Implement a step e.g. @When("user is logged in")
  2. Use it in a feature file with a statement different from When e.g. Given

Expected result: Given user is logged in step should be reflected in the Allure report.

Actual result: When user is logged in is reflected in the report.

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