-
-
Notifications
You must be signed in to change notification settings - Fork 357
test(sample): Add E2E tests for app start transactions #4619
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
ab5cdfe
internal(sample-rn): Add Detox for integration/e2e tests of the rn sa…
krystofwoldrich 05dac0e
removed unused build config property
krystofwoldrich ec20ae4
fix(appStart): Attach App Start spans to the first created not the fi…
krystofwoldrich c24a5f3
fix(appStart): Attach App Start spans to the first created not the fi…
krystofwoldrich cdec5f5
Merge branch 'fix-attach-app-start-to-the-first-started-root-span' in…
krystofwoldrich daab748
add jest driven maestro tests
krystofwoldrich 158bcac
Add test scripts
krystofwoldrich f09a9b6
Merge remote-tracking branch 'origin/main' into add-e2e-tests-to-sample
krystofwoldrich d9f5804
fix android build
krystofwoldrich 2618843
Add isAndroid and isIOS conditions
krystofwoldrich 65b3fa4
install maestro for e2e tests
krystofwoldrich f98ef4a
fix app/apk package lookup
krystofwoldrich 920dbc3
Clean up test jobs naming
krystofwoldrich feceea1
fix test script for missing app packages
krystofwoldrich d2b4d2a
until android fix
krystofwoldrich 22d0797
remove unused android dependencies
krystofwoldrich 7472c35
remove unused network security config
krystofwoldrich 6496212
Revert "remove unused network security config"
krystofwoldrich 6bd00d7
Merge branch 'main' into add-detox-test
krystofwoldrich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
krystofwoldrich marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
samples/react-native/android/app/src/main/res/xml/network_security_config.xml
krystofwoldrich marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <network-security-config> | ||
| <domain-config cleartextTrafficPermitted="true"> | ||
| <domain includeSubdomains="true">10.0.2.2</domain> | ||
| <domain includeSubdomains="true">localhost</domain> | ||
| </domain-config> | ||
| </network-security-config> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| *.xml |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.