chore: uses snapshot testing in some visual testing

This commit is contained in:
Nuno Maduro
2023-06-17 13:36:39 +01:00
parent 36b585835d
commit b1c6f247e0
8 changed files with 14 additions and 31 deletions

View File

@ -107,6 +107,10 @@ final class Help implements HandlesArguments
'arg' => '--parallel',
'desc' => 'Run tests in parallel',
],
[
'arg' => '--update-snapshots',
'desc' => 'Update snapshots for tests using the "toMatchSnapshot" expectation',
],
], ...$content['Execution']];
$content['Selection'] = [[