bahmutov / cypress-data-session

Cypress command for flexible test data setup

Home Page:https://glebbahmutov.com/blog/cypresss-data-session/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workaround to test on insecure env

lashchanka opened this issue · comments

If env is insecure:
image

This error is thrown:

// Browsers throw if they lack support for an algorithm.
  16 |   // Promise will be rejected on non-secure origins. (http://goo.gl/lq4gCo)

image

How could I proceed?

Cypress: v8.7.0
Node.js: v16

Ok, this might happen during testing an external HTTP site, especially during https -> HTTP -> https redirect
Screen Shot 2021-12-02 at 09 44 27

🎉 This issue has been resolved in version 1.13.3 🎉

The release is available on:

Your semantic-release bot 📦🚀