e2e/dotnet/README.md
This directory contains end-to-end tests for the @nx/dotnet plugin.
src/dotnet.test.ts - Basic plugin functionality tests including project detection, build operations, and dependency managementsrc/dotnet-multi-project.test.ts - Advanced scenarios for multi-project workspaces and complex dependency chainssrc/utils/create-dotnet-project.ts - Utilities for creating .NET projects in testsdotnet.test.ts)dotnet-multi-project.test.ts)The e2e tests require:
# Run all .NET e2e tests
nx e2e-local e2e-dotnet
# Run specific test file
nx e2e-ci--src/dotnet.test.ts e2e-dotnet
# Run in CI mode (atomized)
nx e2e-ci e2e-dotnet
The tests are configured to run in CI with: