cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.85k stars 3.17k forks source link

Computed SHA-384 integrity error - failed to run tests #28122

Closed robrecht-vanmelckebeke closed 7 months ago

robrecht-vanmelckebeke commented 11 months ago

Current behavior

Tests are currently failing in my Angular project. Issue narrowed down to usage of npm package azure-maps-control

Screenshot 2023-10-24 at 12 23 57

This error only occurs when running my application with cypress, when browsing to the app manually it works smoothly and no errors are in console

I tried with experimentalModifyObstructiveThirdPartyCode: true but same errors

Desired behavior

Tests should run the same in cypress as manually

Test code to reproduce

I don't have this available yet

Cypress Version

13.3.1

Node version

20.2.0

Operating System

Amazon Linux 2

Debug Logs

No response

Other

No response

jennifer-shehane commented 11 months ago

@robrecht-vanmelckebeke Can you provide a reproducible example that we can run?

jennifer-shehane commented 7 months ago

Closing as stale.