Skip to content
Snippets Groups Projects
Commit 6be43491 authored by Marko Ivancic's avatar Marko Ivancic
Browse files

Merge branch 'brousek/sha256' into 'main'

fix: use sha256 in screenshot path

Closes #1

See merge request !4
parents 718a20f5 fca9f127
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