Path:
tests/integration/features/html2pdf/06_system_chromedriver/test.itest
Lines:
16
Non-empty lines:
11
Non-empty lines covered with requirements:
11 / 11 (100.0%)
Functions:
0
Functions covered by requirements:
0 / 0 (0.0%)
1
# @relation(SDOC-SRS-51, scope=file)
2
3
REQUIRES: TEST_HTML2PDF
4
REQUIRES: SYSTEM_CHROMEDRIVER
5
6
# GitHub images provide a chromedriver and export installed location, see
7
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md#browsers-and-drivers
8
RUN: %strictdoc export %S --formats=html2pdf --chromedriver="%chromedriver" --output-dir %T | filecheck %s --dump-input=fail
9
CHECK: html2pdf4doc: JS logs from the print session
10
CHECK-NOT: html2pdf4doc: ChromeDriver available at path: {{.*}}strictdoc_cache{{.*}}11
12
RUN: %check_exists --file %T/html2pdf/pdf/input.pdf
13
14
RUN: %check_exists --file %T/html2pdf/html/06_system_chromedriver/input-PDF.html
15
16
RUN: python %S/test_pdf.py