forked from mobile-dev-inc/maestro
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync fork 3 #5
Merged
Merged
Sync fork 3 #5
Conversation
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
…2069) fix: install debug reporter in maestro cloud
* fix: don't allow negative swipe duration * update ios driver
…ev-inc#2079) * fix: bring back * fix: handle in orchestra
…ev-inc#2085) This reverts commit 6ac16c2.
…dev-inc#2077) update e2e tests to relaunch the app with clear state
removing gpt depracated versions
* chore: upgrade to 1.39.0 * chore: update changelog
* test: Adding unit tests to the MaestroTimerTest class * test: Adding unit tests to the SocketUtils class * test: Adding unit tests to the Strings class * test: Adding unit tests to the Collections class * test: Adding unit tests to the DepthTracker class * test: Adding unit tests to the Insight class * test: Adding unit tests to the Errors class * test: Refactoring SocketUtils unit tests * test: Resolving commands_optional_tournee test * test: Refactoring test about localhost address * test: Refactoring the tests about localIp method * chore: Adding mockk dependency
* fix: reinstall ios app to clear state reliably * Update maestro-ios-driver/src/main/kotlin/util/LocalSimulatorUtils.kt Co-authored-by: Igor Lema <[email protected]> --------- Co-authored-by: Igor Lema <[email protected]>
* Fix timeout unit in ScrollUntilVisibleCommand The `timeout` in ScrollUntilVisibleCommand should be interpreted as milliseconds: https://maestro.mobile.dev/api-reference/commands/scrolluntilvisible Fixes mobile-dev-inc#2108. This was broken by mobile-dev-inc#2023.
…bile-dev-inc#2147) * fix: added installing and preparing status for uploads * fix: removed new status from upload
* Add additional failure e2e tests for different assert commands * Add additional failure e2e tests for launching apps * Add e2e test to tour commands * Fix escaping of structured logging in e2e tests * Allow e2e-tests longer to run * Relax timings on extendedWaitUntil e2e test * Relax tap retries when waiting for repaint
return empty map if timeout
mobile-dev-inc#2172) * Add null check in childNafCheck to handle case when child node is null * Update build artefacts --------- Co-authored-by: Dan Caseley <[email protected]>
* Add e2e-test for environment variables * Apply environment variables to test suite runs (fixes mobile-dev-inc#2101)
Make sure to run ./maestro-ios-xctest-runner/build-maestro-ios-runner.sh with every swift change |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Proposed changes
copilot:summary
Testing
Issues fixed