-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Unusual gradle error while running e2e tests in detox/test directory. #759
Comments
It's an issue with building react native from source. You can ignore it by either removing the following lines: Or run the patch in |
Thanks for the response. I will give it a try. |
Hi @jigishred , Please update me if it's ok |
@rotemmiz : Your solution of ignoring the |
Description
I am exploring the detox code and add some project specific functionality eventually.
In the
detox/test
directory, I tried runningnpm run build:android && npm run e2e:android
and it throws a gradle specific error, as far as I can understand.Steps to Reproduce
npm run build:android && npm run e2e:android
The guide mentions running `npm run build` in `detox/test` directory.
However there is no `build` task.
Detox, Node, Device, Xcode and macOS Versions
Device and verbose Detox logs
Am I missing something obvious? Let me know if more information is needed.
Thanks.
The text was updated successfully, but these errors were encountered: