From 4c91cdfa13f679c0db0771de89cee60af6613c93 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 8 Apr 2026 10:05:35 +1000 Subject: [PATCH] Removed `fullscreen_algorithm` option from Behat Screenshots settings. --- .../installer/tests/Fixtures/handler_process/_baseline/behat.yml | 1 - behat.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/behat.yml b/.vortex/installer/tests/Fixtures/handler_process/_baseline/behat.yml index 149a6b6e9..199c8c2b1 100644 --- a/.vortex/installer/tests/Fixtures/handler_process/_baseline/behat.yml +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/behat.yml @@ -82,7 +82,6 @@ default: dir: '%paths.base%/.logs/screenshots' # Directory to save screenshots. on_failed: true # Change to 'false' (no quotes) to disable screenshots on failure. always_fullscreen: true # Always capture full page screenshots. - fullscreen_algorithm: resize # Options: 'stitch' or 'resize' purge: false # Purge screenshots before each run. Use `BEHAT_SCREENSHOT_PURGE=true` to override. info_types: # Additional information to include in screenshots. - url diff --git a/behat.yml b/behat.yml index 149a6b6e9..199c8c2b1 100644 --- a/behat.yml +++ b/behat.yml @@ -82,7 +82,6 @@ default: dir: '%paths.base%/.logs/screenshots' # Directory to save screenshots. on_failed: true # Change to 'false' (no quotes) to disable screenshots on failure. always_fullscreen: true # Always capture full page screenshots. - fullscreen_algorithm: resize # Options: 'stitch' or 'resize' purge: false # Purge screenshots before each run. Use `BEHAT_SCREENSHOT_PURGE=true` to override. info_types: # Additional information to include in screenshots. - url