amoifr/pickle-panther-bundle
YAML-driven end-to-end testing for Symfony on top of Panther. Write browser scenarios in French or English, map steps to PHP “sentences,” and run them via a BasePantherTest. Generates a self-contained HTML report; supports context (desktop/mobile) and auth hooks.
pickle_panther.debug config option (default false): when enabled, a screenshot is captured after every step, not only on failures. The E2E_DEBUG=1 environment variable still works and forces it on.report.html is a home page listing each YAML scenario file as a link (with a status icon and per-file scenario/step counts), and every file gets its own page (report-N.html) — containing all its scenarios and steps — with a breadcrumb back to the home page. Captures still resolve relatively next to the report.HtmlReportExtension) instead of in every test's setUp. Previously each test class wiped the previous classes' captures, so the final report only kept the last class's screenshots — most visible with debug enabled.Full changelog: https://github.com/Amoifr/pickle-panther-bundle/compare/v0.2.0...v0.3.0
Documentation-only release.
chromedriver must be installed on the machine/container running the tests (no remote/Selenium mode), how Panther auto-detects ./drivers, the Docker host-vs-container implication, and the PANTHER_CHROME_ARGUMENTS=--ignore-certificate-errors workaround for HTTPS targets with a self-signed certificate.Full changelog: https://github.com/Amoifr/pickle-panther-bundle/compare/v0.3.0...v0.3.1
pickle-panther:sentences console command — documents every registered sentence (Markdown) by introspecting the providers (bundled and project ones), with --locale and --output options.symfony/console is now a required dependency.Full notes: CHANGELOG.md
First public release: the YAML/Panther E2E engine extracted into a reusable Symfony bundle.
Highlights
#[Sentence] providers (CommonSentences, AdminSentences)See CHANGELOG.md for the full list.
How can I help you explore Laravel packages today?