Skip to content

Instantly share code, notes, and snippets.

@degamer106
degamer106 / gist:7c03b0c5af1c9a7b43c873b7dad3e153
Created March 21, 2018 14:48
Appium 1.7.2 - Expo errors
[Appium] Welcome to Appium v1.7.2 (REV 7ad6d98cedde01809e32d56ab8ced064f6f28175)
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
[HTTP] --> POST /wd/hub/session {"desiredCapabilities":{"platformName":"iOS","deviceName":"iPhone Simulator","xcodeOrgId":"58HKZG8YVV","xcodeSigningId":"iPhone Developer","updatedWDABundleId":"com.trinet.WebDriverAgentRunner","automationName":"XCUITest","app":"/Users/alin/.expo/ios-simulator-app-cache/Exponent-2.3.0.app"}}
[debug] [MJSONWP] Calling AppiumDriver.createSession() with args: [{"platformName":"iOS","deviceName":"iPhone Simulator","xcodeOrgId":"58HKZG8YVV","xcodeSigningId":"iPhone Developer","updatedWDABundleId":"com.trinet.WebDriverAgentRunner","automationName":"XCUITest","app":"/Users/alin/.expo/ios-simulator-app-cache/Exponent-2.3.0.app"},null,null]
[debug] [BaseDriver] Event 'newSessionRequested' logged at 1521608368924 (21:59:28 GMT-0700 (PDT))
[Appium] Creating new XCUITestDriver (v2.64.0) session
[Appium] Capabilities:
[Appium] platformName:
@degamer106
degamer106 / gist:315cc8244280dc2ff4e9082fe9554b71
Last active February 7, 2018 18:15
React-Native Redux folder structure
.
├── index.js
├── common
│ ├── components
│ ├── constants
│ ├── http
│ ├── i18n
│ ├── store
│ │ ├── index.js
│ │ └── money
fdescribe('totalHoursValidator', function() {
var $scope, $compile, element, template;
beforeEach(inject(function(_$rootScope_, _$compile_) {
$scope = _$rootScope_.$new();
$compile = _$compile_;
template = '<form name="leaveRequestForm">' +
'<div name="startDate"></div>' +
'<div name="endDate"></div>' +