文件名称:nightwatch-teamcity:Nightwatch.js测试TeamCity的格式化程序
文件大小:38KB
文件格式:ZIP
更新时间:2024-05-19 03:03:45
selenium teamcity nightwatch teamcity-plugin teamcity-formatter
Nightwatch.js测试TeamCity的格式化程序 端到端测试框架的TeamCity格式化程序。 安装 npm install nightwatch-teamcity --save-dev 用法 将--reporter node_modules/nightwatch-teamcity/index.js到Nightwatch运行命令 与其他记者一起写作 为了与其他记者(例如nightwatch-html-reporter)撰写,您需要创建自定义记者并从此包中导入格式化程序功能: // nightwatch-reporter.js var HtmlReporter = require ( "nightwatch-html-reporter" ) ; var teamCityFormatter = require ( "nightwatch-teamcity" ) . format
【文件预览】:
nightwatch-teamcity-master
----.gitignore(23B)
----README.md(1KB)
----LICENSE(1KB)
----package.json(700B)
----src()
--------formatter.js(2KB)
----index.js(63B)
----.travis.yml(61B)
----yarn.lock(124KB)
----.eslintrc.js(182B)