wix / Detox

Gray box end-to-end testing and automation framework for mobile apps
https://wix.github.io/Detox/
MIT License
11.17k stars 1.92k forks source link

Detox init using Yeoman #2743

Open d4vidi opened 3 years ago

d4vidi commented 3 years ago

@noomorph please describe what you think should be the scope here (preferably, that is feasible within the timeframe...)

noomorph commented 3 years ago
  1. Refactor → all things that detox init does currently, they should stay the same but under Yeoman's umbrella.
  2. Add logic to mess with android/ folder if it roughly follows the structure of RN boilerplate project:
    • add DetoxTest.java
    • maybe add CustomJUnitRunner
    • add paths to APKs
    • add clearTextTraffic things, etc.
d4vidi commented 3 years ago

@noomorph can this be merged with https://github.com/wix/Detox/pull/2512?

noomorph commented 3 years ago

@d4vidi, I guess so. Basically the same goal there and there. Mind that this is an issue, and #2512 is a PR 😄

d4vidi commented 3 years ago

True that! So maybe we ought to change the title, etc.?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back.

Thank you for your contributions!

For more information on bots in this reporsitory, read this discussion.