【发布时间】:2019-03-29 11:51:54
【问题描述】:
Testcafe 测试未在 Ubuntu(AWS 机器)中运行
我已经为所有可用的浏览器执行了以下命令
testcafe "chrome" abc.js
testcafe "chrome:headless" abc.js
testcafe "firefox" abc.js
testcafe "firefox:headless" abc.js
testcafe "chromium" abc.js
testcafe "chromium:headless" abc.js
我收到以下执行 testcafe 命令的错误消息
错误:没有要运行的测试。要么是测试文件不包含测试,要么是过滤功能过于严格。
【问题讨论】:
标签: javascript testing e2e-testing testcafe webautomation