feat(nx-plugin): add vitest support for e2e tests #34041
Draft
Nx Cloud / Self-Healing
completed
Apr 18, 2026 in 0s
Setup Automated Fix Suggestions
Your CI failed, but Self-Healing can analyze failures and generate verified code fixes automatically. [How it works →](https://nx.dev/docs/features/ci-features/self-healing-ci?utm_source=pull-request&utm_medium=check-run)
**What you get:**
- AI analyzes logs, workspace structure, and dependencies
- Generates code fixes with explanations
- Verifies fixes work before suggesting them
- One-click apply or review changes
**Enable in 30 seconds:**
jobs:
main:
steps:
- run: npx nx affected -t lint test build
- run: npx nx fix-ci
if: always() # Runs even after failures [Setup guide →](https://nx.dev/docs/features/ci-features/self-healing-ci#configure-your-ci-pipeline?utm_source=pull-request&utm_medium=check-run)
Loading