gpt4 book ai didi

google-chrome - 在 package.json 文件中定义 npx testcafe 'chrome --start-fullscreen' 时全屏不工作 - testcafe

转载 作者:行者123 更新时间:2023-11-28 19:52:30 28 4
gpt4 key购买 nike

我正在学习testcafe,我是这里的新手。

根据testcafe文档命令 npx testcafe 'chrome --start-fullscreen'应该打开全屏并运行测试,这是完美的工作。但是当我在 package.json 文件中的脚本标签下定义相同的命令时,它没有打开全屏

  "scripts": {
"testsOnChrome": "npx testcafe 'chrome --start-fullscreen'"

}

感谢任何帮助

最佳答案

您需要在双引号 " 中插入命令 chrome --start-fullscreen 而不是单引号 '

使用这个

"testsOnChrome": "npx testcafe \"chrome --start-fullscreen\""

关于google-chrome - 在 package.json 文件中定义 npx testcafe 'chrome --start-fullscreen' 时全屏不工作 - testcafe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58961562/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com