Skip to content

Instantly share code, notes, and snippets.

@szaluk
szaluk / pom.xml
Created March 28, 2017 19:30
POM File
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.companyname</groupId>
<artifactId>project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Selenium Tests</name>
@szaluk
szaluk / appium.log
Created March 28, 2017 18:21
Appium Log
2017-03-28 18:20:31:061 - info: [Appium] Welcome to Appium v1.6.4-beta
2017-03-28 18:20:31:063 - info: [Appium] Non-default server args:
2017-03-28 18:20:31:064 - info: [Appium] log: 'output.log'
2017-03-28 18:20:31:088 - info: [Appium] Appium REST http interface listener started on 0.0.0.0:4723
2017-03-28 18:20:40:508 - info: [HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"app":"/Users/steven.zaluk/test/Digital Banking.app","appiumVersion":"1.6.4-beta","platformVersion":"10.2","automationName":"XCUITest","takesScreenshot":true,"autoWebview":true,"platformName":"iOS","deviceName":"iPhone 6"},"requiredCapabilities":{},"capabilities":{"desiredCapabilities":{"app":"/Users/steven.zaluk/test/Digital Banking.app","appiumVersion":"1.6.4-beta","platformVersion":"10.2","automationName":"XCUITest","takesScreenshot":true,"autoWebview":true,"platformName":"iOS","deviceName":"iPhone 6"},"requiredCapabilities":{}},"alwaysMatch":{"app":"/Users/steven.zaluk/test/Digital Banking.app","appiumVersion":"1.6.4-beta","p