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

bug: junitxml report generation contains duplicate values #20

Open
macnev2013 opened this issue Jan 23, 2023 · 0 comments
Open

bug: junitxml report generation contains duplicate values #20

macnev2013 opened this issue Jan 23, 2023 · 0 comments
Assignees

Comments

@macnev2013
Copy link
Collaborator

While generating junit report:

Behaviour

  • message attribute and the value of in TestCase element contains same content (error message).

Expected

  • There should not be duplicate values in the report.

Commands to reproduce

python -m pytest --junitxml=target/reports/pytest.xml terraform-provider-aws/internal/service/sts -s -v --ls-start
  • In the generated report you can observe the message attribute and value of TestCase element contains same content.
@macnev2013 macnev2013 changed the title fix junitxml report generation bug: junitxml report generation contains duplicate values Jan 23, 2023
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