- Fix error parsing
- Add missing
yieldin theloginfunction
| apply plugin: 'java' | |
| apply plugin: 'eclipse' | |
| sourceCompatibility = JavaVersion.VERSION_1_8 | |
| targetCompatibility = JavaVersion.VERSION_1_8 | |
| eclipseJdt << { | |
| ant.propertyfile(file: ".settings/org.eclipse.core.resources.prefs") { | |
| ant.entry(key: "eclipse.preferences.version", value: "1") | |
| ant.entry(key: "encoding/<project>", value: "utf-8") |
| { | |
| "englishforkids": { | |
| "ads": true | |
| } | |
| } |
| [XCUITest] Launching WebDriverAgent on the device | |
| [WebDriverAgent] Fetching dependencies | |
| [WebDriverAgent] Installing/updating dependencies for platforms 'iOS', 'tvOS' | |
| [debug] [WebDriverAgent] *** Checking out CocoaAsyncSocket at "7.6.3" | |
| [debug] [WebDriverAgent] *** Checking out RoutingHTTPServer at "v1.0.2" | |
| [debug] [WebDriverAgent] *** Checking out YYCache at "1.1.0" | |
| [WebDriverAgent] Failed to check out repository into /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/Carthage/Checkouts/CocoaAsyncSocket: Could not create working directory (Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “CocoaAsyncSocket” in the folder “Checkouts”." UserInfo={NSFilePath=/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/Carthage/Checkouts/CocoaAsyncSocket, NSUnderlyingError=0x7f9de412e4c0 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}) | |
| [debug] [BaseDriver] Event 'wdaStartFailed' logged at 1561741067516 (01:57:47 GMT+0900 (Japan Standar |
| var expect = require('expect'); | |
| describe.only('Sample', function () { | |
| beforeEach(function () { | |
| this.currentTest.value = 'Winning!'; | |
| }); | |
| it('Uses current test data', function () { | |
| expect(this.test.value).to.equal('Winning!'); |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream