Skip to content

Commit 8c76491

Browse files
committed
[Test] Generate HTML report as a self-contained HTML.
Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
1 parent 97c5312 commit 8c76491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration-tests/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ def _get_pytest_args(args, regions, log_file, out_dir): # noqa: C901
548548

549549
if "html" in args.reports:
550550
pytest_args.append("--html={0}/{1}/results.html".format(args.output_dir, out_dir))
551+
pytest_args.append("--self-contained-html")
551552

552553
_set_custom_packages_args(args, pytest_args)
553554
_set_ami_args(args, pytest_args)

0 commit comments

Comments
 (0)