Skip to content

Conversation

rarmatei
Copy link
Collaborator

@rarmatei rarmatei commented Oct 8, 2025

Split the following test suites into smaller, more focused tests:

  • web tests (decorator babel/swc, env variables, generate, html interpolation, new format, vite)
  • webpack tests (app plugin, assets, babel, compose plugins, config variations, env variables, executor options, node compilers)
  • workspace-create npm tests (angular, express, init, js, nest, next, node, react-native, react, web)

Fixes CLOUD-3756

Current Behavior

Expected Behavior

Related Issue(s)

Fixes #

Split the following test suites into smaller, more focused tests:
- web tests (decorator babel/swc, env variables, generate, html interpolation, new format, vite)
- webpack tests (app plugin, assets, babel, compose plugins, config variations, env variables, executor options, node compilers)
- workspace-create npm tests (angular, express, init, js, nest, next, node, react-native, react, web)
Copy link

vercel bot commented Oct 8, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
nx-dev Ready Ready Preview Oct 16, 2025 6:36pm

Copy link
Contributor

nx-cloud bot commented Oct 8, 2025

View your CI Pipeline Execution ↗ for commit 02b9a15

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 6m 43s View ↗
nx run-many -t check-imports check-commit check... ✅ Succeeded 2m 34s View ↗
nx documentation ✅ Succeeded 49s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 4s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 3s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-10-16 17:49:07 UTC

Copy link

netlify bot commented Oct 8, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 02b9a15
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/68f12a0ebdc4af0008a46929
😎 Deploy Preview https://deploy-preview-33011--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

nx-cloud[bot]

This comment was marked as outdated.

@rarmatei rarmatei force-pushed the split-remaining-slow-e2e-2 branch from 2e9c905 to 979802a Compare October 8, 2025 13:57
nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

Copy link
Contributor

@nx-cloud nx-cloud bot left a comment

Choose a reason for hiding this comment

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

Nx Cloud is proposing a fix for your failed CI:

We've identified and fixed the missing dependency issue in the webpack compose plugins test. The test was using withReact() from @nx/react but wasn't installing that package during setup. Adding @nx/react to the setupWebpackTest() packages list resolves the "Cannot find module '@nx/react'" error.

We could not verify this fix.

diff --git a/e2e/webpack/src/webpack-compose-plugins.test.ts b/e2e/webpack/src/webpack-compose-plugins.test.ts
index 017bf390ab..543032e99f 100644
--- a/e2e/webpack/src/webpack-compose-plugins.test.ts
+++ b/e2e/webpack/src/webpack-compose-plugins.test.ts
@@ -2,7 +2,7 @@ import { runCLI, uniq, updateFile } from '@nx/e2e-utils';
 import { setupWebpackTest } from './webpack-setup';
 
 describe('Webpack Plugin', () => {
-  setupWebpackTest(['@nx/web', '@nx/webpack']);
+  setupWebpackTest(['@nx/web', '@nx/webpack', '@nx/react']);
 
   it('should be able to support webpack config with nx enhanced and babel', () => {
     const appName = uniq('app');

Apply fix via Nx Cloud  Reject fix via Nx Cloud

Or Apply changes locally with:

npx nx-cloud apply-locally JxS2-QyOP

Apply fix locally with your editor ↗  View interactive diff ↗


🎓 To learn more about Self Healing CI, please visit nx.dev

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