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

Word document does not display matching data when using pytest.mark.parametrize #23

Open
AdamJS123 opened this issue Jun 13, 2019 · 1 comment

Comments

@AdamJS123
Copy link

AdamJS123 commented Jun 13, 2019

The word and PDF documents generated when using pytest.mark.parametrize are showing only a single test case has run when a parameter has run a test case multiple times. Using @allure.title and @pytest.mark.parametrize together appears to be causing the issue.

For example, if the parametrization runs 1 function 10 times, the web report will show that 10 test cases have run, however the word document will show 1 test case which will be the last test case to run as part of the sequence.

@Sup3rGeo
Copy link
Contributor

Sup3rGeo commented Jul 3, 2019

@AdamJS123 thanks for the report and sorry for the delayed response.

Would you have a minimal test case that presents this behaviour so I could reproduce it here?

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

2 participants