cypress-sql-server crashes cypress after upgrade to 15.2.0 #32541
Replies: 2 comments
-
https://www.npmjs.com/package/cypress-sql-server is 7 years old. Check the current list of plugins on https://docs.cypress.io/app/plugins/plugins-list where there is a newer https://github.com/testervippro/cypress-sql I don't have personal experience with this, but it may help you. |
Beta Was this translation helpful? Give feedback.
-
Solution: So what helped was to initialize plugin only in setupNodeEvents in cypress.config.ts |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After commenting references to cypress-sql-server, the API tests without DB connections would work.
Otherwise following error message is thrown:
On 14.X cypress everything worked.
Beta Was this translation helpful? Give feedback.
All reactions