Skip to content
Snippets Groups Projects
Commit 9ae4810a authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

chore: rename RESULT_OUTPUT_DIR to SCREENSHOTS_DIR

parent 15387030
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ info:
variables:
AUTHORIZATION: "Bearer abcd...789"
CONFORMANCE_IDP_BASE_URL: https://conformance-idp.maiv1.incubator.geant.org/
RESULT_OUTPUT_DIR: ""
SCREENSHOTS_DIR: ""
FILENAME: '{{date_time("%Y-%M-%D_%H-%m-%s")}}-{{replace_regex(BaseURL,"(\\W+)","_")}}'
TEST_CASES:
- noSignature
......@@ -41,7 +41,7 @@ headless:
args:
fullpage: "true"
mkdir: "true"
to: '{{RESULT_OUTPUT_DIR}}{{TEST_CASE}}-{{FILENAME}}'
to: '{{SCREENSHOTS_DIR}}{{TEST_CASE}}-{{FILENAME}}'
matchers:
- type: dsl
dsl:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment