-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Release v-4.1.0 #172
Merged
Release v-4.1.0 #172
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
* Fixed checkstyle issues and upgraded dependencies. * Fixed talisman security issue.
* feature (JDK): Upgraded coteafs-parent. Provided support to JDK 15 with upgrade of coteafs-appium. * test (Suite): Migrated suite file from Xml to Yaml. * test (Suite): Updated parameters block with correct syntax * test (Flaky test): Temporarily turned off flaky test.
* chore (Remove dependencies): Removed coteafs-logger dependencies and added log4j2 dependency. * refactor (Access modifier): Updated Device constructor modifier from public to protected to fix SonarLint issue.
#143) * fix (Video recording): Fixed video recording issue in Android and iOS. * refactor (Video recording): 1. Updated config to separate out Android and iOS specific video recording setting 2. Fixed pipeline failing tests. * feature (Video Streaming): Allow video streaming of currently running tests. * test (Tests): Fixed failing pipeline tests. * refactor (Video streaming): Moved stream setting from video recording setting to playback setting. Also renamed video setting key. * docs (README): Updated readme file for video recording and streaming changes.
* feature (Appium Setting): Added support to set Appium settings. * feature (Appium Setting): Added support to set Appium settings.
* feature (Files): Added support to copy to and from device for Android and iOS. * test (File management): Added test for push and pull file from device for Android and iOS.
…droid device actions class. (#149) * feature (Press Key): Added Press key and long press key support to Android device actions class. * docs (JavaDoc): Added missing java docs for KeyCode class.
* refactor (Swipe): Refactoring done to simplify swipe util class. Also other minor refactoring done. * feature (Swipe): Added support to swipe until some element is displayed in a particular direction on whole page or inside a scrolling element. * test (Swipe): Swipe on device until an element is visible. * refactor (Swipe): Refactored swipe code and fixed failing tests.
…ment is displayed. (#151)
…missing javadocs. (#153)
* build (Dependencies): Upgraded outdated dependencies. * fix (Capabilities): Updated capabilities with Appium prefix and also updated README.
* Added workflows for GitHub Actions and deleted CircleCI config. * Added env variables for running tests. * Moved env variable block to step level from job level.
…rmat.format method. (#171)
This was
linked to
issues
Jul 25, 2021
* Added implementation for missing config settings. * Updated README and changelogs.
This was
unlinked from
issues
Aug 7, 2021
* Updated Device class to set capabilities only when the value is different then it's default value, added new tests for Sauce demo app, deleted old tests. * Updated testng.yaml to point to correct test class.
4 tasks
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.
What are the changes and their implications?
Describe the changes done.
Checklist
Select all the applicable options: