Skip to content

Conversation

@leosvelperez
Copy link
Member

Current Behavior

Creating a new Angular workspace with Vitest results in no test setup being generated. This happens because the vitest option is no longer available, and instead, there are two options: vitest-angular and vitest-analog.

Expected Behavior

Creating a new Angular workspace should prompt for Vitest with Angular or Vitest with Analog to set up the tests.

@leosvelperez leosvelperez self-assigned this Dec 18, 2025
@leosvelperez leosvelperez requested a review from a team as a code owner December 18, 2025 15:26
@vercel
Copy link

vercel bot commented Dec 18, 2025

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

Project Deployment Review Updated (UTC)
nx-dev Ready Ready Preview Dec 19, 2025 3:47am

@netlify
Copy link

netlify bot commented Dec 18, 2025

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit e6a30e5
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/6944c93407e1e60008093e74
😎 Deploy Preview https://deploy-preview-33921--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
Copy link
Contributor

nx-cloud bot commented Dec 18, 2025

View your CI Pipeline Execution ↗ for commit e6a30e5

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 7m 18s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 2m 23s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 12s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 2s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-19 07:33:39 UTC

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

Co-authored-by: leosvelperez <leosvelperez@users.noreply.github.com>
@nx-cloud nx-cloud bot requested review from a team, meeroslav and vsavkin as code owners December 18, 2025 17:51
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.

Important

A new CI pipeline execution was requested that may update the conclusion below...

Nx Cloud has identified a possible root cause for your failed CI:

Our PR modifies Angular/Vitest workspace creation options, while the failing e2e-maven tests call the Spring Initializr API which recently changed validation rules to reject Spring Boot 3.4.0 (requiring >=3.5.0). This is an external service change unrelated to our PR changes, affecting pre-existing hardcoded version configuration in the Maven test utilities.

No code changes were suggested for this issue.

If the issue was transient, you can trigger a rerun:

Rerun CI

Nx Cloud View detailed reasoning on Nx Cloud ↗


🎓 Learn more about Self-Healing CI on nx.dev

@jaysoo jaysoo merged commit c23dcfb into master Dec 19, 2025
20 of 21 checks passed
@jaysoo jaysoo deleted the nxc-3631 branch December 19, 2025 13:06
jaysoo added a commit that referenced this pull request Dec 19, 2025
## Current Behavior

Creating a new Angular workspace with Vitest results in no test setup
being generated. This happens because the `vitest` option is no longer
available, and instead, there are two options: `vitest-angular` and
`vitest-analog`.

## Expected Behavior

Creating a new Angular workspace should prompt for Vitest with Angular
or Vitest with Analog to set up the tests.

---------

Co-authored-by: nx-cloud[bot] <71083854+nx-cloud[bot]@users.noreply.github.com>
Co-authored-by: leosvelperez <leosvelperez@users.noreply.github.com>
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
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