Skip to content
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

feat: add detox recipe #22

Merged
merged 32 commits into from
Aug 9, 2024
Merged

feat: add detox recipe #22

merged 32 commits into from
Aug 9, 2024

Conversation

maciekstosio
Copy link
Collaborator

@maciekstosio maciekstosio commented Jul 17, 2024

fixes: https://github.com/orgs/software-mansion-labs/projects/12?pane=issue&itemId=70477880
resolves: https://github.com/orgs/software-mansion-labs/projects/12/views/1?pane=issue&itemId=70273961

Android workflow more or less works - emulator does's terminated - need to be investigated.

TODO:

  • fix android sim not terminated
  • make iOS analogically
  • consider using https://github.com/marketplace/actions/wait-for-checks instead of uses and needs
  • consider disabling buildDebug as separate workflow (?)
  • handle different managers
  • handle monorepo
  • cache with fingerprint

src/recipes/buildDebug.ts Outdated Show resolved Hide resolved
src/recipes/buildDebug.ts Outdated Show resolved Hide resolved
src/recipes/buildDebug.ts Outdated Show resolved Hide resolved
src/recipes/buildDebug.ts Outdated Show resolved Hide resolved
src/recipes/buildDebug.ts Outdated Show resolved Hide resolved
src/recipes/detox.ts Outdated Show resolved Hide resolved
src/recipes/detox.ts Outdated Show resolved Hide resolved
src/recipes/detox.ts Outdated Show resolved Hide resolved
@km1chno
Copy link
Contributor

km1chno commented Jul 23, 2024

Something to consider: npx expo prebuild prompts the user about package name, what if we run with --silent flag?

@maciekstosio
Copy link
Collaborator Author

But the only reason why we run npx expo prebuild is so it handles the package name case :D

@km1chno km1chno changed the title [WIP] Add detox recipe feat: add detox recipe Jul 31, 2024
@km1chno km1chno linked an issue Aug 1, 2024 that may be closed by this pull request
src/recipes/detox.ts Outdated Show resolved Hide resolved
src/recipes/detox.ts Outdated Show resolved Hide resolved
Copy link
Collaborator Author

@maciekstosio maciekstosio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor improvements and then I think you're good to go. I can't approve as I'm the author 😅

src/recipes/detox.ts Outdated Show resolved Hide resolved
src/recipes/detox.ts Outdated Show resolved Hide resolved
@km1chno km1chno merged commit f108c92 into main Aug 9, 2024
3 checks passed
@km1chno km1chno deleted the @maciekstosio/feat-add-detox branch August 9, 2024 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Detox recipe
2 participants