We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The e2e tests for react-native are not working on a OTB Nx react-native project.
react-native
e2e tests should work OTB
No response
npx create-nx-workspace happynrwl --preset=react-native --appName=mobile
cd happynrwl
npx nx run mobile-e2e:test-android:production
You should get this error
Error: File not found: <rootDir>/tsconfig.spec.json (resolved as: /happynrwl/apps/mobile-e2e/tsconfig.spec.json)
Node : 20.8.1 OS : darwin-arm64 npm : 10.1.0 nx : 17.7.37 @nx/js : 17.7.37 @nx/jest : 17.7.37 @nx/linter : 17.7.37 @nx/eslint : 17.7.37 @nx/workspace : 17.7.37 @nx/detox : 17.7.37 @nx/devkit : 17.7.37 @nx/eslint-plugin : 17.7.37 @nx/react : 17.7.37 @nx/react-native : 17.7.37 @nrwl/tao : 17.7.37 @nx/web : 17.7.37 typescript : 5.1.6
The text was updated successfully, but these errors were encountered:
fix(detox): Update jest transform to point to correct tsconfig
ebaf054
closes: nrwl#19976
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.
Sorry, something went wrong.
ndcunningham
Successfully merging a pull request may close this issue.
Current Behavior
The e2e tests for react-native are not working on a OTB Nx
react-native
project.Expected Behavior
e2e tests should work OTB
GitHub Repo
No response
Steps to Reproduce
npx create-nx-workspace happynrwl --preset=react-native --appName=mobile
cd happynrwl
npx nx run mobile-e2e:test-android:production
You should get this error
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: