文件名称:meteor-nightwatch-helpers:一系列帮助程序功能,用于为Meteor应用程序编写Nightwatch测试
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-21 10:25:56
JavaScript
守夜人助手 一系列帮助程序功能,用于为Meteor应用程序编写Nightwatch测试。 设置 安装starrynight: $ npm install -g starrynight 初始化繁星点点的夜晚的项目。 从应用程序的根目录: $ starrynight generate-autoconfig $ starrynight scaffold --framework nightwatch 从项目根目录将此仓库克隆到packages子目录中。 您可能需要创建一个packages目录。 user@host: ~ /YOUR_PROJECT/packages$ git clone https://github.com/tableflip/meteor-nightwatch-helpers 将包添加到您的项目中: $ meteor add tableflip:nightwatch
【文件预览】:
meteor-nightwatch-helpers-master
----package.js(398B)
----tests-helpers.js(1KB)
----nightwatch()
--------login.js(342B)
--------populateDB.js(566B)
--------clearDB.js(560B)
--------require-directory.js(298B)
----README.md(2KB)
----fixtures()
--------things.json(107B)