testing - 如何从命令行运行 testcafe studio 测试

标签 testing command-line automated-tests e2e-testing testcafe

美好的一天。 我想从命令行运行 test cafe studio 测试,因为我们的 CI(TFS) 不受支持。 我找到的所有示例都是针对旧版本的测试咖啡馆或免费版本。

谢谢。

最佳答案

开源版本的TestCafe可以像普通的TestCafe测试文件一样运行通过TestCafe Studio创建的测试,所以你可以使用下面的命令来运行测试: chrome 测试咖啡馆 ./tests/fixture-created-in-tc-studio.testcafe

https://docs.devexpress.com/TestCafeStudio/400610/faq

关于testing - 如何从命令行运行 testcafe studio 测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59123195/

相关文章:

java - 在 Selenium WebDriver 中使用特定语言有好处吗?

c - 丢弃由 glib 测试测试的函数输出的更好方法

c++ - 通过 PATH env 启动程序。变种。有正确的工作目录

ios - 将名称中包含某些字符的文件移动到 IOS/linnux 终端中的不同目录

macOS 命令行工具和 gcc 在 Catalina 上突然失败(在 Mojave 上工作)

javascript - 使用身份验证登录 frisby 请求 header 中的参数

jquery - 如何在 domReady javascript 上进行自动化测试

unit-testing - 了解 block 测试的 block 覆盖率度量

unit-testing - catch block 中的 PHPUnit 测试代码

typescript - NestJS测试: decorator is not a function