2016年7月9日

node nightmare 网页自动化测试 sample

摘要: 安装nightmare 编写1.js 运行 node 1.js var Nightmare = require('nightmare');var nightmare = Nightmare({ show: true }) nightmare .goto('http://yahoo.com') .ty 阅读全文

posted @ 2016-07-09 19:30 cutepig 阅读(1461) 评论(0) 推荐(0) 编辑

node start - hello world http server

摘要: Write a file t1.js 运行 node t1.js 在浏览器输入 http://localhost:8080/ 阅读全文

posted @ 2016-07-09 12:20 cutepig 阅读(299) 评论(0) 推荐(0) 编辑

导航