This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
forked from jumio-oss/geb-mobile
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first gradle start for servers, appium and selendroid
- Loading branch information
Georg Mueksch
committed
Aug 29, 2014
1 parent
0730811
commit 477f9aa
Showing
11 changed files
with
133 additions
and
128 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.idea/ | ||
.gradle/ | ||
geb-mobile-extension.iml | ||
build/ | ||
src/test/resources/testapk/resigned-selendroid-test-app-0.9.0.apk |
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.level = FINEST | ||
handlers = java.util.logging.ConsoleHandler,java.util.logging.FileHandler | ||
org.uiautomation.ios.level = FINEST | ||
|
||
org.uiautomation.ios.IOSServer.level = FINEST | ||
|
||
org.uiautomation.ios.mobileSafari.level = WARNING | ||
org.uiautomation.ios.wkrdp.internal.DefaultMessageHandler.level = WARNING | ||
org.uiautomation.ios.mobileSafari.WebInspector.level = WARNING | ||
org.uiautomation.ios.wkrdp.ResponseFinderList.level = WARNING | ||
|
||
#DOMContext | ||
org.uiautomation.ios.wkrdp.DOMContext.level = WARNING | ||
|
||
org.uiautomation.ios.wkrdp.WebInspector.level = WARNING | ||
org.uiautomation.ios.wkrdp.events.level = WARNING | ||
org.uiautomation.ios.wkrdp.internal.AlertDetector.level = WARNING | ||
org.uiautomation.ios.servlet.IOSServlet.level = WARNING | ||
org.uiautomation.ios.servlet.level = WARNING | ||
org.uiautomation.ios.application.LanguageDictionary.level = OFF | ||
|
||
# webkit protocol | ||
org.uiautomation.ios.wkrdp.message.level = FINEST | ||
org.uiautomation.ios.command.web.level = FINEST | ||
org.uiautomation.ios.mobileSafari.remoteWebkitProtocol.RemoteIOSDriver.level= FINEST | ||
|
||
#instruments output. | ||
org.uiautomation.ios.servlet.InstrumentsLogServlet.level = FINEST | ||
org.uiautomation.ios.utils.level = FINEST | ||
|
||
# Console Logging | ||
#java.util.logging.SimpleFormatter.format="%4$s: %5$s [%1$tc]%n" | ||
java.util.logging.ConsoleHandler.level = ALL | ||
java.util.logging.ConsoleHandler.formatter = org.uiautomation.ios.LogFormatter | ||
|
||
# File Logging | ||
java.util.logging.FileHandler.level = ALL | ||
java.util.logging.FileHandler.pattern = ios-driver.log | ||
java.util.logging.FileHandler.formatter = org.uiautomation.ios.LogFormatter |
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
21 changes: 0 additions & 21 deletions
21
...e/android/instrumention/specification/appium/AppiumWithGebMobileAutomationTestBase.groovy
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
.../instrumention/specification/appium/AppiumWithGebMobileAutomationTestWithPagesSpec.groovy
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
.../mobile/android/instrumention/specification/selendroid/GebMobileAutomationTestBase.groovy
This file was deleted.
Oops, something went wrong.
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
Binary file not shown.