Describe the bug
When using the Playwright package and using webkit as your browser, no chromatic-archives are generated.
There is no error message to throw that webkit will not generate archives.
To Reproduce
- Within a Playwright configuration, change the
browserName to use to be webkit
- Run
npx playwright test
- Observe that no
chromatic-archives are generated in the test-results folder
Expected behavior
An error to catch that webkit is not currently supported