getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
7.68k stars 1.49k forks source link

test(ember): Update ember tests to use E2E structure #11827

Open mydea opened 3 weeks ago

mydea commented 3 weeks ago

This gets rid of the Ember canary tests that are always failing, probably due to ember-try (which we use there) not playing nicely with the monorepo etc.

Instead, this now uses the proper E2E setup. I added two tests, for classic ember and modern embroider-based ember. While doing this I also noticed two bugs I fixed along the way :O

mydea commented 3 weeks ago

ref https://github.com/embroider-build/embroider/issues/1893