-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed capability to associate drivers correctly with multiuser execut…
…ion and other fixes (#20) * removed the terminateApp() method for android in closeAppOnDevice() step to fix the timeout issue in the afterhooks * removed the uploadFile method * updated the log * commented out uploadFile method. Not required * added capability for retrieving the device name when running multiuser tests * updated properties in RunnerTest * use maven-publish plugin instead of maven (as required by gradle 7.x). Also removed unnecessary repositories * added task required to publish artifact locally * use specific versions of dependencies also added an install wrapper task to maintain compatibility with gradle 6x * removed unused import and removed the commmented code * removed commented code * remove commented lines * bump version to v 0.0.62 Co-authored-by: shamaugale <shama.ugale@gmail.com>
- Loading branch information
1 parent
de7d1ae
commit 9f40878
Showing
8 changed files
with
96 additions
and
31 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
@login | ||
Feature: Test valid and invalid login | ||
|
||
@android @web | ||
|