-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
New NestJS E2E Boilerplate Failing Tests #16498
Comments
I believe there are a number of things at fault here:
|
Since @FurlanLuka implemented the e2e module in #14805 most likely there is an intended approach in to this. Maybe it's just missing documentation. I agree that when generated, the test should not fail, but I am missing a working approach to get the main app running from within the global-setup.ts. At least, that's my (Most likely wrong) expected behavior. |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
When installing a new NestJS application, an E2E app is also created. Running the E2E tests shows a few warnings and ultimately failed tests.
Expected Behavior
Running the boilerplate NestJS E2E tests should pass.
GitHub Repo
No response
Steps to Reproduce
npm install -D @nrwl/nest
nx g @nrwl/nest:app my-nest-app
npx nx run my-nest-app-e2e:e2e
Nx Report
Failure Logs
Additional Information
No response
The text was updated successfully, but these errors were encountered: