allure-framework / allure-maven

Maven plugin generating Allure report from test results
Apache License 2.0
93 stars 54 forks source link

Missing API test execution data #294

Open raialmeida opened 9 months ago

raialmeida commented 9 months ago

Describe the bug

When generating the allure report through maven, I can't see the API test execution data, I'm using restAssured. Could it be a version problem with a dependency?

To Reproduce Steps to reproduce the behavior:

  1. mvn clean test
  2. mvn allure:serve

Expected behavior Should display data from Headers, response in Test body

image

Screenshots Example of the problem

image

Desktop (please complete the following information):

Dependency version


allure-maven 2.12.0
allure-junit5 2.24.0
rest-assured 5.3.2
maven-compiler-plugin 3.11.0
maven-surefire-plugin 3.2.1