You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the Playwright package and using
webkit
as your browser, nochromatic-archives
are generated.There is no error message to throw that
webkit
will not generate archives.To Reproduce
browserName
to use to bewebkit
npx playwright test
chromatic-archives
are generated in thetest-results
folderExpected behavior
An error to catch that
webkit
is not currently supportedThe text was updated successfully, but these errors were encountered: