How open connection with indexedDB in cypress tests? #18000
Unanswered
bulletbrand
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an application that implements indexed db, using dexie. I want to test it using Cypress. But I get an error
Because indexedDB does not exist for Cypress environment. How can I open the backend in tests and describe the schemas?
I tried the following approach, but it doesn't work
home.spec.js
Beta Was this translation helpful? Give feedback.
All reactions