localstack-terraform-test
localstack-terraform-test copied to clipboard
bug: junitxml report generation contains duplicate values
While generating junit report:
Behaviour
messageattribute and thevalueof 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
messageattribute andvalueof TestCase element contains same content.