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

[ci] enable detox on bitrise for android #297

Open
3 tasks
florianlenz opened this issue Mar 14, 2018 · 4 comments
Open
3 tasks

[ci] enable detox on bitrise for android #297

florianlenz opened this issue Mar 14, 2018 · 4 comments
Assignees

Comments

@florianlenz
Copy link
Contributor

florianlenz commented Mar 14, 2018

Feature / Issue

We need to run detox on bitrise for android. Please use the detox_test workflow.

  1. You need to create an android build
  2. You need to run detox with the config that point's to the android build

@seland already integrated detox on this branch: feature/120-detox-integration so you might want to run that with your bitrise config.

Acceptance criteria

  • detox should run with the production build
  • Sign production apk with this instruction's: https://facebook.github.io/react-native/docs/signed-apk-android.html but make sure to use the development profile in order todo so.

Additional information

  • Check that the test's are really passing and failing. There might be a problem with the exit code again.
@florianlenz florianlenz added this to the 0.4 milestone Mar 14, 2018
@florianlenz florianlenz removed this from the 0.4 milestone Jul 23, 2018
@hunght
Copy link
Contributor

hunght commented Oct 17, 2018

@seland I could take this one if we still need to run detox on bitrise

@seland
Copy link
Contributor

seland commented Oct 17, 2018

@hunght We dropped building process from CI since it takes too long. But without building we can't do end-to-end testing.
So this one should be postponed until we resolve issue with building on CI.

@marknuzz
Copy link
Contributor

@seland @hunght I've opened an internal story to ensure that we resolve the CI issue. It is a priority for me to ensure we have a working CI system. I'm unfamiliar with bitrise but I'll look into the technology to understand the basics. Looks to be a mobile CI tool.

@hunght
Copy link
Contributor

hunght commented Oct 19, 2018

@seland @Mnuzz I will work on this to make sure we have end-to-end testing cover the foundation cases, like sign-up/sign-in flow

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

No branches or pull requests

5 participants