kendraio / kendraio-app

Kendraio App
https://app.kendra.io
MIT License
22 stars 6 forks source link

Upgrading Cypress and Electron results in failed tests and proxy certificate warnings #317

Open the-greenman opened 2 years ago

the-greenman commented 2 years ago

When creating the container development config, I upgraded cypress and electron. One of these caused our cypress tests to consistently fail on github deployments. (Tests were fine locally).

After days of consistent failure, I rolled back the updates, and my tests immediately passed.

These are the errors we get in the deployment tests

[454:0902/131100.965841:ERROR:cert_verify_proc_builtin.cc(681)] CertVerifyProcBuiltin for redirector.gvt1.com failed: ----- Certificate i=0 (OU=Cypress Proxy Server Certificate,O=Cypress Proxy CA,L=Internet,ST=Internet,C=Internet,CN=redirector.gvt1.com) ----- ERROR: No matching issuer found

the-greenman commented 2 years ago

A quick test with an upgrade to Cypress 10 is resulting in many errors locally.

Screenshot 2022-09-02 at 15 28 33

the-greenman commented 1 year ago

Cypress is now upgraded. Electron seems to still have issues