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

Add e2e using detox #2

Merged
merged 5 commits into from
Mar 13, 2023
Merged

Add e2e using detox #2

merged 5 commits into from
Mar 13, 2023

Conversation

redpanda-bit
Copy link
Owner

closes #1

@redpanda-bit redpanda-bit linked an issue Mar 13, 2023 that may be closed by this pull request
@@ -148,7 +152,16 @@ android {
}
}

configurations.all {
Copy link
Owner Author

Choose a reason for hiding this comment

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

This was not in the docs but was a suggested solution. The error android:exported must be in all activities was found on earlier versions of androidx.test:core. This solution forces version 1.5.0. wix/Detox#3867

}
}

allprojects {
Copy link
Owner Author

Choose a reason for hiding this comment

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

@redpanda-bit
Copy link
Owner Author

Successfully tested ios: debug and release, android: debug and release.

@redpanda-bit redpanda-bit merged commit f1bfa46 into main Mar 13, 2023
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 e2e using detox
1 participant