openfasttrace icon indicating copy to clipboard operation
openfasttrace copied to clipboard

HTML report is green while console report shows defects

Open AnastasiiaSergienko opened this issue 4 years ago • 0 comments

Description

When I run this command java -jar "$tmp_file" trace -o html > report.html, the report is green: Screenshot from 2021-11-12 10-57-43

When I run this command java -jar "$tmp_file" trace, the report contains defects:

not ok - 170 total, 6 defect

And the second report is right because I have some typos and missing tracking comments in the code.

Steps to Reproduce

Can be reproduced on the following commit with the commands described above: https://github.com/exasol/exasol-rest-api/commit/ff918b484d1f73ad40ef16ca38d1081f28983f0d

Expected behavior

I expect to see the same report in HTML format and on the console

Environment

  • OFT: 3.3.0
  • OS: Ubuntu 20.04.2 LTS
  • Java Version: openjdk 11.0.11 2021-04-20

AnastasiiaSergienko avatar Nov 12 '21 10:11 AnastasiiaSergienko