This file contains hidden or 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
[Appium] Welcome to Appium v1.6.4 (REV 2b61cddf03866a8d2d1d36eff71adcf9f8b09b18) | |
[Appium] Appium REST http interface listener started on 0.0.0.0:4723 | |
[HTTP] --> GET /wd/hub/status {} | |
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":"2b61cddf03866a8d2d1d36eff71adcf9f8b09b18"}} | |
[HTTP] <-- GET /wd/hub/status 200 68 ms - 121 | |
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"deviceName":"emulator-5554","platformName":"android","platformVersion":"5.1.1","app":"/Users/isnifer/www/github/forks/xmartlabs/example_tmp/android/app/build/outputs/apk/app-release.apk","newCommandTimeout":60000,"requestOrigins":{"url":"http://webdriver.io","version":"4.6.2","name":"webdriverio"}}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"javascriptEnabled":true,"locationContextEnabled":true," |
This file contains hidden or 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
PODS: | |
- TwitterCore (3.0.2) | |
- TwitterKit (3.2.1): | |
- TwitterCore (>= 3.0.2) | |
DEPENDENCIES: | |
- TwitterKit (~> 3.1) | |
SPEC CHECKSUMS: | |
TwitterCore: e0420b01e02e7d20e94690e37f43e75de219ab8d |
This file contains hidden or 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
[Appium] Welcome to Appium v1.6.4 (REV f58669e522993820c67a12f6d0b07b14da4e12a8) | |
[Appium] Non-default server args: | |
[Appium] port: 30002 | |
[Appium] Appium REST http interface listener started on 0.0.0.0:30002 | |
[HTTP] --> GET /wd/hub/status {} | |
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.4","revision":"f58669e522993820c67a12f6d0b07b14da4e12a8"}} | |
[HTTP] <-- GET /wd/hub/status 200 51 ms - 121 | |
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"deviceName":"iPhone 6","platformName":"ios","platformVersion":"10.2","app":"/Users/isnifer/www/tipsi-react-app/ios/build/Build/Products/Release-iphonesimulator/tipsi.app","fullReset":true,"newCommandTimeout":60000,"requestOrigins":{"url":"http://webdriver.io","version":"4.6.2","name":"webdriverio"}}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: |
This file contains hidden or 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
[debug] [MJSONWP] Calling AppiumDriver.getStatus() with args: [] | |
[debug] [MJSONWP] Responding to client with driver.getStatus() result: {"build":{"version":"1.6.5","revision":"f58669e522993820c67a12f6d0b07b14da4e12a8"}} | |
[HTTP] <-- GET /wd/hub/status 200 63 ms - 121 | |
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"deviceName":"iPhone 6","platformName":"ios","platformVersion":"10.2","app":"/Users/isnifer/www/tipsi-react-app/ios/build/Build/Products/Release-iphonesimulator/tipsi.app","fullReset":true,"newCommandTimeout":60000,"requestOrigins":{"url":"http://webdriver.io","version":"4.6.2","name":"webdriverio"}}} | |
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"javascriptEnabled":true,"locationContextEnabled":true,"handlesAlerts":true,"rotatable":true,"deviceName":"iPhone 6","platformName":"ios","platformVersion":"10.2","app":"/Users/isnifer/www/tipsi-react-app/ios/build/Build/Products/Release- |
This file contains hidden or 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
function loadSomething(a, b, nextPage = 1) { | |
console.log({ a, b, nextPage }) | |
} | |
function loadInventorySearch({ a, b, nextPage = 1 }) { | |
console.log({ a, b, nextPage }) | |
} | |
// Do not pass nextPage | |
loadSomething(10, 20) // a: 10, b: 20, nextPage: 1 |
This file contains hidden or 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
npm i tipsi-appium-helper -g | |
# or | |
npm i tipsi-appium-helper --save-dev |
This file contains hidden or 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
const path = require('path') | |
const fs = require('fs'); | |
let flavors = process.env.FLAVORS; | |
flavors = flavors ? [...flavors.split(','), ''] : []; | |
module.exports = function(originalPath, callingFileName, options) { | |
let dirpath = callingFileName.split('/'); | |
dirpath = dirpath.slice(0, dirpath.length - 1).join('/'); |
This file contains hidden or 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
[debug] [iOSSim] Killing all iOS Simulators | |
[debug] [iOSSim] Building bundle path map | |
[debug] [iOSSim] Building bundle path map | |
[debug] [iOSSim] Could not find app directories to delete. It is probably not installed | |
[debug] [iOSSim] Killing any simulator daemons for AFF4BBAE-6ACF-44FB-B64C-5286FA7662A6 | |
[iOSSim] Cleaning simulator AFF4BBAE-6ACF-44FB-B64C-5286FA7662A6 | |
[debug] [iOS] No reason to set locale | |
[debug] [iOS] No iOS / app preferences to set | |
[debug] [iOSLog] Starting iOS 9.3 simulator log capture | |
[debug] [iOSLog] System log path: /Users/isnifer/Library/Logs/CoreSimulator/AFF4BBAE-6ACF-44FB-B64C-5286FA7662A6/system.log |
This file contains hidden or 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
{ | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
"caret_extra_width": 2, | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", |