OS Windows 8上的Dalekjs测试脚本64位Chrome无法运行?

时间:2014-04-29 07:04:47

标签: google-chrome phantomjs dalekjs

我已经在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位上运行良好?

1 个答案:

答案 0 :(得分:0)

我分析了这个问题,看来这是系统架构检查中的一个错误。 您能否提出问题here?!