Skip to content

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

Merged
priscilawebdev merged 8 commits into
developfrom
priscila/feat/add-remix-e2e-test
Jul 7, 2023
Merged

test(e2e): Add create-remix-app test#8286
priscilawebdev merged 8 commits into
developfrom
priscila/feat/add-remix-e2e-test

Conversation

@priscilawebdev

@priscilawebdev priscilawebdev commented Jun 4, 2023

Copy link
Copy Markdown
Member

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

github-actions Bot commented Jun 4, 2023

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Member Author

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

@mydea

mydea commented Jun 5, 2023

Copy link
Copy Markdown
Member

shouldn't prettier run automatically for us? :)

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

@priscilawebdev
priscilawebdev enabled auto-merge July 6, 2023 06:38

@lforst lforst left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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
@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