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

ci(root): speed up playwright end-to-end testing #3190

Closed
wants to merge 8 commits into from

Conversation

SeanCassiere
Copy link
Member

@SeanCassiere SeanCassiere commented Jan 18, 2025

No description provided.

Copy link

nx-cloud bot commented Jan 18, 2025

View your CI Pipeline Execution ↗ for commit a8de7da.

Command Status Duration Result
nx affected --targets=test:eslint,test:unit,tes... ✅ Succeeded <1s View ↗
nx run-many --target=build --exclude=examples/*... ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-18 06:17:14 UTC

Copy link

pkg-pr-new bot commented Jan 18, 2025

Open in Stackblitz

More templates

@tanstack/arktype-adapter

npm i https://pkg.pr.new/@tanstack/arktype-adapter@3190

@tanstack/directive-functions-plugin

npm i https://pkg.pr.new/@tanstack/directive-functions-plugin@3190

@tanstack/create-router

npm i https://pkg.pr.new/@tanstack/create-router@3190

@tanstack/eslint-plugin-router

npm i https://pkg.pr.new/@tanstack/eslint-plugin-router@3190

@tanstack/create-start

npm i https://pkg.pr.new/@tanstack/create-start@3190

@tanstack/history

npm i https://pkg.pr.new/@tanstack/history@3190

@tanstack/react-cross-context

npm i https://pkg.pr.new/@tanstack/react-cross-context@3190

@tanstack/react-router

npm i https://pkg.pr.new/@tanstack/react-router@3190

@tanstack/react-router-with-query

npm i https://pkg.pr.new/@tanstack/react-router-with-query@3190

@tanstack/router-cli

npm i https://pkg.pr.new/@tanstack/router-cli@3190

@tanstack/router-devtools

npm i https://pkg.pr.new/@tanstack/router-devtools@3190

@tanstack/router-generator

npm i https://pkg.pr.new/@tanstack/router-generator@3190

@tanstack/router-plugin

npm i https://pkg.pr.new/@tanstack/router-plugin@3190

@tanstack/router-vite-plugin

npm i https://pkg.pr.new/@tanstack/router-vite-plugin@3190

@tanstack/server-functions-plugin

npm i https://pkg.pr.new/@tanstack/server-functions-plugin@3190

@tanstack/start

npm i https://pkg.pr.new/@tanstack/start@3190

@tanstack/start-plugin

npm i https://pkg.pr.new/@tanstack/start-plugin@3190

@tanstack/valibot-adapter

npm i https://pkg.pr.new/@tanstack/valibot-adapter@3190

@tanstack/virtual-file-routes

npm i https://pkg.pr.new/@tanstack/virtual-file-routes@3190

@tanstack/zod-adapter

npm i https://pkg.pr.new/@tanstack/zod-adapter@3190

commit: a8de7da

@SeanCassiere
Copy link
Member Author

From what I can tell so far, all this is doing is reimplementing the work done by NX's Atomizer - https://nx.dev/ci/features/split-e2e-tasks

@SeanCassiere
Copy link
Member Author

Increasing parallelization doesn't really seem to increase the speed of CI.

It may come down to the distributed number of machines on NX's Changesets configuration - https://nx.dev/ci/features/dynamic-agents.

@SeanCassiere SeanCassiere deleted the make-e2e-faster branch January 18, 2025 06:51
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.

1 participant