-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 VisitAllPages Test to E2E Test App on Fabric #12052
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
a400261
Add VisitAllPages Test
chiaramooney 0659c7b
Fix: Hold Tests Until Metro Loads Bundle
chiaramooney 07ba9b2
Fix: Disable API Tests
chiaramooney 74d5d11
Merge branch 'main' into cm-visit-test
chiaramooney a582e50
Migrate to Release
chiaramooney 51bce17
Merge branch 'cm-visit-test' of https://github.com/chiaramooney/react…
chiaramooney 580a18b
Alter Path
chiaramooney bf31bfc
Adjust Commands
chiaramooney 11fde82
Test Single Case
chiaramooney 0f72626
Merge branch 'main' into cm-visit-test
chiaramooney e131e6d
Fire Warning if WebDriverIO loses focus
chiaramooney ab64e81
Merge branch 'cm-visit-test' of https://github.com/chiaramooney/react…
chiaramooney 4099ed1
Adjuist
chiaramooney 750962c
Add API
chiaramooney ebf7bef
Fix File
chiaramooney bf6034f
Add Additional Workaround
chiaramooney 11f5ec0
Add Backspace
chiaramooney 5a641bd
Merge branch 'main' into cm-visit-test
chiaramooney b078e18
Remove Border Example
chiaramooney daaf91c
Merge branch 'cm-visit-test' of https://github.com/chiaramooney/react…
chiaramooney a91e543
Remove Unneeded Workaround
chiaramooney 1e5ffa8
Merge branch 'main' into cm-visit-test
chiaramooney d86b162
Remove Faulty Test
chiaramooney a4d7956
Merge branch 'cm-visit-test' of https://github.com/chiaramooney/react…
chiaramooney 7855c10
Disable API
chiaramooney 1f7c3d4
Fix Lint
chiaramooney 42e0927
Merge branch 'main' into cm-visit-test
chiaramooney 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 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does debug not work? I'd be curious on what the issue with debug is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Debug we would need to add a launch for Metro. This matches the behavior of the test app on Paper which runs in Release for automated tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really? I suppose better than not running them. Its possible to run debug against a prebuilt bundle just as we do in release. But at least getting to where we are in paper is a good thing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can look into that!