it works fine in Chrome, but when running it in Firefox I get
To Reproduce
Steps to reproduce the behavior:
Write a simple screenshot test
Confirm it works fine in Chrome
See error in Firefox
Expected behavior
The behavior should be the same in Firefox and Chrome
Screenshots
Desktop (please complete the following information):
OS: macOS Big Sur
Cypress Version: 6.5.0
Additional context
The error message says:
cypress-plugin-snapshots does not work when running all tests
My question is: How do I not run all the tests?. If I use it.only, the error still happens. I do not see any way in the Cypress GUI to only run a specific test.
I realize the bug actually comes from an upstream issue, and I'm okay with that. But what I'm wondering is two things:
Why is this only in Firefox?
The error message says I can work around this issue by only running one test: how do I do that?
Describe the bug When running a test like
it works fine in Chrome, but when running it in Firefox I get
To Reproduce Steps to reproduce the behavior:
Expected behavior The behavior should be the same in Firefox and Chrome Screenshots
Desktop (please complete the following information):
Additional context
The error message says:
My question is: How do I not run all the tests?. If I use
it.only
, the error still happens. I do not see any way in the Cypress GUI to only run a specific test.I realize the bug actually comes from an upstream issue, and I'm okay with that. But what I'm wondering is two things: