Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome 将Chrome指定为在中运行测试的浏览器_Google Chrome_Regression Testing_Backstop.js - Fatal编程技术网

Google chrome 将Chrome指定为在中运行测试的浏览器

Google chrome 将Chrome指定为在中运行测试的浏览器,google-chrome,regression-testing,backstop.js,Google Chrome,Regression Testing,Backstop.js,尝试将backstopjs配置为在Google Chrome中测试页面,而不是phantomjs,因为phantomjs无法正确呈现页面 试图取代 "engine": "phantomjs", 借 但这没用 我应该安装什么?我应该如何更新配置以使其正常工作?尝试使用在Chrome headless上构建的版本3支持的BackstopJS 使用铬合金无头、幻影和更薄的材质渲染 所以从现在开始 "engine": "chrome", 如果您安装了Chrome 61+(或Mac和Linux安装了C

尝试将backstopjs配置为在Google Chrome中测试页面,而不是
phantomjs
,因为phantomjs无法正确呈现页面

试图取代

"engine": "phantomjs",

但这没用


我应该安装什么?我应该如何更新配置以使其正常工作?

尝试使用在Chrome headless上构建的版本3支持的BackstopJS

使用铬合金无头、幻影和更薄的材质渲染

所以从现在开始

"engine": "chrome",
如果您安装了Chrome 61+(或Mac和Linux安装了Chrome 59+),则可以正常工作

"engine": "chrome",