diff --git a/headless/screenshot.yaml b/headless/screenshot.yaml index 82f942a3bd..6fbd650c75 100644 --- a/headless/screenshot.yaml +++ b/headless/screenshot.yaml @@ -8,7 +8,7 @@ info: tags: headless,screenshot variables: - suffix: '{{replace(BaseURL,"/","_")}}' + filename: '{{replace(BaseURL,"/","_")}}' dir: "screenshots" headless: @@ -28,4 +28,4 @@ headless: args: fullpage: "true" mkdir: "true" - to: "{{dir}}/{{suffix}}" \ No newline at end of file + to: "{{dir}}/{{filename}}" \ No newline at end of file