Skip to content

ci(remix): Do not run playwright install again for remix#20824

Merged
mydea merged 2 commits into
developfrom
fn/remix-integration
May 13, 2026
Merged

ci(remix): Do not run playwright install again for remix#20824
mydea merged 2 commits into
developfrom
fn/remix-integration

Conversation

@mydea
Copy link
Copy Markdown
Member

@mydea mydea commented May 12, 2026

We already install playwright in remix integration tests on CI beforehand, so no need to run this again in the test command.

@mydea mydea self-assigned this May 12, 2026
@mydea mydea requested a review from a team as a code owner May 12, 2026 11:25
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 74bbb09. Configure here.

Comment thread packages/remix/package.json Outdated
"test": "yarn test:unit",
"test:integration": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",
"test:integration:ci": "run-s test:integration:clean test:integration:prepare test:integration:client:ci test:integration:server",
"test:integration:ci": "run-s test:integration:clean test:integration:prepare test:integration:client test:integration:server",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Local integration tests break: playwright install step orphaned

Medium Severity

The test:integration:prepare:playwright script is defined but never called from any pipeline. The test:integration script (used for local runs) no longer installs Playwright deps since that step was removed from test:integration:client. It likely needs to include test:integration:prepare:playwright in its run-s chain so local yarn test:integration still works.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 74bbb09. Configure here.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this is fine, we can run this manually if we need to run this locally

Comment thread packages/remix/package.json Outdated
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 12, 2026

size-limit report 📦

Path Size % Change Change
@sentry/browser 26.84 kB - -
@sentry/browser - with treeshaking flags 25.28 kB - -
@sentry/browser (incl. Tracing) 44.73 kB - -
@sentry/browser (incl. Tracing + Span Streaming) 46.73 kB - -
@sentry/browser (incl. Tracing, Profiling) 49.73 kB - -
@sentry/browser (incl. Tracing, Replay) 84.38 kB - -
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 73.81 kB - -
@sentry/browser (incl. Tracing, Replay with Canvas) 89.08 kB - -
@sentry/browser (incl. Tracing, Replay, Feedback) 101.71 kB - -
@sentry/browser (incl. Feedback) 44.03 kB - -
@sentry/browser (incl. sendFeedback) 31.66 kB - -
@sentry/browser (incl. FeedbackAsync) 36.77 kB - -
@sentry/browser (incl. Metrics) 27.93 kB - -
@sentry/browser (incl. Logs) 28.08 kB - -
@sentry/browser (incl. Metrics & Logs) 28.75 kB - -
@sentry/react 28.59 kB - -
@sentry/react (incl. Tracing) 47.01 kB - -
@sentry/vue 31.75 kB - -
@sentry/vue (incl. Tracing) 46.59 kB - -
@sentry/svelte 26.86 kB - -
CDN Bundle 29.24 kB - -
CDN Bundle (incl. Tracing) 47.16 kB - -
CDN Bundle (incl. Logs, Metrics) 30.61 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) 48.28 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) 69.94 kB - -
CDN Bundle (incl. Tracing, Replay) 84.55 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) 85.62 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) 90.36 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) 91.46 kB - -
CDN Bundle - uncompressed 85.99 kB - -
CDN Bundle (incl. Tracing) - uncompressed 141.47 kB - -
CDN Bundle (incl. Logs, Metrics) - uncompressed 90.18 kB - -
CDN Bundle (incl. Tracing, Logs, Metrics) - uncompressed 144.93 kB - -
CDN Bundle (incl. Replay, Logs, Metrics) - uncompressed 215.01 kB - -
CDN Bundle (incl. Tracing, Replay) - uncompressed 260.18 kB - -
CDN Bundle (incl. Tracing, Replay, Logs, Metrics) - uncompressed 263.62 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 273.87 kB - -
CDN Bundle (incl. Tracing, Replay, Feedback, Logs, Metrics) - uncompressed 277.31 kB - -
@sentry/nextjs (client) 49.52 kB - -
@sentry/sveltekit (client) 45.23 kB - -
@sentry/node-core 60.84 kB +0.02% +12 B 🔺
@sentry/node 165.98 kB +0.01% +9 B 🔺
@sentry/node - without tracing 73.96 kB +0.01% +6 B 🔺
@sentry/aws-serverless 108.07 kB +0.01% +4 B 🔺
@sentry/cloudflare (withSentry) - minified 170.66 kB - -
@sentry/cloudflare (withSentry) 430.47 kB - -

View base workflow run

@mydea mydea merged commit 53c98be into develop May 13, 2026
85 checks passed
@mydea mydea deleted the fn/remix-integration branch May 13, 2026 07:13
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.

3 participants