-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat/WIP: e2e sibling test #795
base: main
Are you sure you want to change the base?
Conversation
|
||
cp package.json package.json.bak | ||
|
||
yalc add @sentry/capacitor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We create this folder because it loads faster than pointing yarn to install the root project (10 minutes vs 5 seconds) on the sibling tests
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
This PR introduces new tests to evaluate how package managers behave when installing or updating sibling SDKs alongside Sentry Capacitor.
Tests Included:
Updating Existing Installations
Adding a Sibling SDK
Fresh Installations
Validation:
For each test involving sibling SDKs:
Coverage:
This PR will cover npm, Yarn Classic, and Yarn v3. By adding these tests, we significantly enhance the coverage for installation and update scenarios involving Sentry Capacitor, ensuring better reliability and user experience.
#skip-changelog