Skip to content
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

test(e2e): Add create-remix-app test #8286

Merged
merged 8 commits into from
Jul 7, 2023

Conversation

priscilawebdev
Copy link
Member

@priscilawebdev priscilawebdev commented Jun 4, 2023

This Pull Request introduces the 'create remix' app to our end-to-end (e2e) tests. Currently, the focus is on validating if the build passes using the latest version of our remix SDK. However, in the future, we can extend these tests to encompass additional scenarios such as verifying exception handling, transaction processing, and more.

The primary goal of this PR is to prevent the release of our remix's SDK packages with ESM-related errors, such as the one mentioned in GitHub issue #5351

@priscilawebdev priscilawebdev marked this pull request as ready for review June 4, 2023 15:26
@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 2023

size-limit report 📦

Path Size
@sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.95 KB (+0.66% 🔺)
@sentry/browser - ES5 CDN Bundle (minified) 69.13 KB (+0.83% 🔺)
@sentry/browser - ES6 CDN Bundle (gzipped + minified) 20.29 KB (+0.87% 🔺)
@sentry/browser - ES6 CDN Bundle (minified) 60.38 KB (+0.96% 🔺)
@sentry/browser - Webpack (gzipped + minified) 21.9 KB (+0.79% 🔺)
@sentry/browser - Webpack (minified) 71.51 KB (+0.81% 🔺)
@sentry/react - Webpack (gzipped + minified) 21.92 KB (+0.8% 🔺)
@sentry/nextjs Client - Webpack (gzipped + minified) 50.57 KB (+0.35% 🔺)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified) 30.11 KB (+0.51% 🔺)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified) 28.14 KB (+0.59% 🔺)
@sentry/replay ES6 CDN Bundle (gzipped + minified) 49.42 KB (0%)
@sentry/replay - Webpack (gzipped + minified) 43.1 KB (0%)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 69.5 KB (+0.23% 🔺)
@sentry/browser + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 61.82 KB (+0.25% 🔺)

@priscilawebdev
Copy link
Member Author

image
shouldn't prettier run automatically for us? :)

@mydea
Copy link
Member

mydea commented Jun 5, 2023

shouldn't prettier run automatically for us? :)

You need to run yarn fix to run prettier programmatically - no autorun as of now!

Copy link
Member

@lforst lforst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the two small comments this looks good to me! :) Thanks!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need lockfiles in the e2e tests!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's get rid of the favicon as it is not really necessary to any tests!

@lforst lforst changed the title feat(e2e-test): Add create-remix-app test test(e2e): Add create-remix-app test Jul 7, 2023
@priscilawebdev priscilawebdev merged commit 97694e7 into develop Jul 7, 2023
30 of 31 checks passed
@priscilawebdev priscilawebdev deleted the priscila/feat/add-remix-e2e-test branch July 7, 2023 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants