We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently even though we accept encoding argument for cy.fixture, we hardcode in base64 when the fixture references an image.
encoding
cy.fixture
base64
It's possible you may need to send the image as a different encoding type.
In other words this should work:
cy.fixture("my/image.png", "binary")
The text was updated successfully, but these errors were encountered:
Fixed in 0.18.5.
0.18.5
Sorry, something went wrong.
brian-mann
No branches or pull requests
Currently even though we accept
encoding
argument forcy.fixture
, we hardcode inbase64
when the fixture references an image.It's possible you may need to send the image as a different encoding type.
In other words this should work:
The text was updated successfully, but these errors were encountered: