zkmopro / zkmopro/react-native-app
Manually update Android project to run e2e tests
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
- with Detox it requires manually setup for Android https://wix.github.io/Detox/docs/introduction/project-setup#step-4-additional-android-configuration
- we cannot just use the built
androidfolder to run Detox tests (previously theandroidfolder is ignored and it will be created after runningnpm run android - in this commit it keeps the
androidfolder in the repo 42e0b2b - not sure if it will break the
mopro-cli
Solutions
- add scripts to add manually setup for Android
- if it doesn't break we will keep the
androidfolder
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Detox Android project-setup requirements and inspect how npm run android creates the android folder. Compare the tracked-folder approach from commit 42e0b2b with scripts for manual setup, then check whether either affects mopro-cli; done means Android e2e tests run reliably without manual configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, react-native
- Domain
- build-system, mobile, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100