phpunit-snapshot-assertions
phpunit-snapshot-assertions copied to clipboard
A way to test without writing actual test cases
## Feature Description I'd like to propose adding a driver to allow the use of [tabular-assertions](https://github.com/spatie/tabular-assertions) as the snapshot format. This would bring some benefits, [mirroring those offered by tabular-assertions](https://github.com/spatie/tabular-assertions#why-tabular-assertions):...
# Implementing JsonPathDriver - resolves #190 With this feature it is possible to have changing values in a JSON snapshot and add regex assertions on those values. **Implementation** * the...
Hi there, first of all thanks for the package, it's more like a standard for me to install when using controller level tests etc. Thanks! There's one thing that I...
Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1 to 2. Release notes Sourced from oven-sh/setup-bun's releases. v2 oven-sh/setup-bun is the github action for setting up Bun. This release introduces support for the bun-version-file option,...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v6.0.0 Added Throw error early if repository is in a detached state (#357) Fixed Fix PAT instructions with...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
there is a need for a run with PHPUnit 9 and symfony 8 Example: https://github.com/symfony/ux/actions/runs/19576989865/job/56064870069 ``` - Root composer.json requires spatie/phpunit-snapshot-assertions ^4.2.17|^5.2.3 -> satisfiable by spatie/phpunit-snapshot-assertions[4.2.17, 5.2.3]. - spatie/phpunit-snapshot-assertions 4.2.17...