snapre on add_actions
snapre on master
ci: add github actions (#17) *… (compare)
snapre on add_actions
fix: ci failed (compare)
snapre on add_actions
fix: ci failed (compare)
snapre on add_actions
fix: ci failed (compare)
snapre on add_actions
fix: ci failed (compare)
snapre on add_actions
fix: ci failed (compare)
snapre on add_actions
fix: ci failed (compare)
snapre on add_actions
fix: replacing npm install with… (compare)
var action=wd.TouchAction(driver);
it('#1 test', function() {
return driver
.waitForElementByName('发现')
.click()
.sleep(1000)
.action.press(driver.waitForElementByName('智玩')).perform()
.sleep(5000);
});
root@iZ238z46dwqZ:~/reliable-master# make adduser
./bin/reliable-master adduser
/root/reliable-master/bin/reliable-master:5
const co = require('co');
^^^^^
SyntaxError: Use of const in strict mode.
root@iZ238z46dwqZ:~/reliable-macaca-docker-compose# docker run 2fcf1747638a make adduser master
./bin/reliable-master adduser
*****************************************
* version 1.0.0 is outdate *
* run: npm i -g reliable-master@1.0.2 *
*****************************************
Do you want create an account? [Y/N]events.js:154
throw er; // Unhandled 'error' event
^
Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
at Object.exports._errnoException (util.js:893:11)
at exports._exceptionWithHostPort (util.js:916:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1075:14)
make: *** No rule to make target `master'. Stop.
browser=safari macaca run --verbose -d ./macaca-test/macaca-mobile-browser-sample.test.js
request.js:23:12 [master] pid:92900 get remote update info failed.
index.js:17:12 [master] pid:92901 webdriver server start with config:
{ port: 3456,
show: true,
ip: '192.168.0.104',
host: 'xxxx',
loaded_time: '2016-09-11 10:22:40' }
middlewares.js:17:10 [master] pid:92901 base middlewares attached
router.js:108:10 [master] pid:92901 router set
webdriver sdk launched
macaca-cli-run:89:10 [master] pid:92901 Error: spawn /Users/yakuncyk/Downloads/macaca-test-sample/node_modules/macaca-cli/node_modules/.bin/mocha ENOENT
at exports._errnoException (util.js:856:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
at onErrorNT (internal/child_process.js:344:16)
at nextTickCallbackWith2Args (node.js:474:9)
at process._tickCallback (node.js:388:17)
Test completed!
make: * [test-ios-safari] Error 254