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

fix: use sha256 in screenshot path

makes sure that the filename length
does not exceed 255 characters

closes #1
parent 9201ee38
No related branches found
No related tags found
1 merge request!4fix: use sha256 in screenshot path
......@@ -8,7 +8,7 @@ variables:
BEARER_TOKEN: "abcd...789"
CONFORMANCE_IDP_BASE_URL: https://conformance-idp.maiv1.incubator.geant.org/
SCREENSHOTS_DIR: ""
FILENAME: '{{date_time("%Y-%M-%D_%H-%m-%s")}}-{{replace_regex(BaseURL,"(\\W+)","_")}}'
FILENAME: '{{date_time("%Y-%M-%D_%H-%m-%s")}}-{{sha256(BaseURL)}}'
TEST_CASES:
- noSignature
- invalidSignature
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment