我已经成功地在windows操作系统上安装了Dalekjs,但当我尝试运行我的第一个测试脚本时,测试没有运行。虽然它在PhontomJs上成功运行,但在使用真实浏览器运行时,浏览器会打开和关闭并显示错误。
Running tests
Running Browser: Google Chrome
OS: Windows NT 6.2 x86_64
Browser Version:
RUNNING TEST - "Page title is correct"
> OPEN http://google.com
x TITLE
0 EXPECTED: Google
0 FOUND: [object Object]
0 MESSAGE: It has title
x TEST - "Page title is correct" FAILED
0/1 assertions passed. Elapsed Time: 4.99 sec
在phantonJS上运行时,它显示
Running Browser: PhantomJS
OS: windows 8 32bit
Browser Version: 1.9.7
RUNNING TEST - "Page title is correct"
> OPEN http://google.com
* TITLE It has title
* 1 Assertions run
* TEST - "Page title is correct" SUCCEEDED
DalekJs对Window8 64位系统有问题吗?因为它在32位上运行良好?
我分析了这个问题,它似乎是系统架构检查期间的一个错误。你能在这里提交一个问题吗?!