【发布时间】:2021-07-21 16:24:32
【问题描述】:
我有两条命令行:
testcafe firefox ./tests/desktop/*.js
testcafe 'chrome:emulation:device=iphone X' ./tests/mobile/*.js
如何将这两个命令行合并为一个命令行?
例如:
testcafe 'chrome:emulation:device=iphone X' ./tests/mobile/*.js, firefox ./tests/desktop/*.js
【问题讨论】:
标签: testing automation automated-tests e2e-testing testcafe