Skip to content

chore: save Behat screenshots locally#774

Open
anonymoususer72041 wants to merge 2 commits into
opencats:masterfrom
anonymoususer72041:fix/remove-wsend-screenshot-upload
Open

chore: save Behat screenshots locally#774
anonymoususer72041 wants to merge 2 commits into
opencats:masterfrom
anonymoususer72041:fix/remove-wsend-screenshot-upload

Conversation

@anonymoususer72041
Copy link
Copy Markdown
Contributor

This PR updates the Behat screenshot handling so screenshots from failed JavaScript scenarios are stored locally in the repository under test/screenshots/.

The previous implementation uploaded screenshots to wsend.net after writing them to a temporary directory. This external upload has been removed, so screenshot handling no longer depends on an external network service and does not send test output outside the local or CI environment.

The generated screenshot directory is also added to .gitignore so failed test artifacts are not accidentally committed.

Screenshots are still only created for failed JavaScript scenarios and the screenshot directory is created automatically when needed.

@anonymoususer72041 anonymoususer72041 changed the title fix: save Behat screenshots locally chore: save Behat screenshots locally May 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant