How to see complete test results on one device on another device?
When the test report is generated on device A, there will be detailed information about each case. I think the original file on device A should be quoted. Like:
But when I copy the test report of A to B to view it, there is only an overview on B, not the status of each case.Like:
Is there a way to get the same results on device B as on device A?
Try running with the --self-contained-html flag.
Try running with the
--self-contained-htmlflag.
Hello, thanks for the reply. The second picture I posted above is the result of using "--self-contained-html". It can only include css files and cannot have detailed information like the first picture.
version: Name: pytest-html Version: 4.1.1 Summary: pytest plugin for generating HTML reports Home-page: Author: Author-email: Dave Hunt [email protected], Jim Brannlund [email protected] License: Location: /home/mi/.local/lib/python3.10/site-packages Requires: jinja2, pytest, pytest-metadata Required-by: