3

我已经能够让 DalekJS 与 Chrome 一起运行。但是,我无法让它运行 IE(IE 9 或 IE 10)。

在 Windows 中运行:在我的 dalekfile 中使用 "browser": ["chrome"]:

C:\web-app-testing-versioned> dalek .\test\dalek-test.js
Running tests
Running Browser: Google Chrome
[9252:10268:1002/151043:ERROR:platform_thread_win.cc(127)] NOT IMPLEMENTED
OS: Windows NT 6.1 SP1 x86_64
Browser Version: 29.0.1547.76

RUNNING TEST - "Local dev page loads"
> OPEN http://127.0.0.1:5207
* TITLE It has the expected title
* 1 Assertions run
* TEST - "Local dev page loads" SUCCEEDED

 1/1 assertions passed. Elapsed Time: 1.43 sec
->
Report type "html" written to "results"

使用“浏览器”:[“IE”]:

C:\web-app-testing-versioned> dalek .\test\dalek-test.js
Running tests
Running Browser: Internet Explorer //this is where the test hangs...
^CTerminate batch job (Y/N)? y

我没有看到日志文件,所以我不确定该怎么做。感谢帮助 - 到目前为止,这看起来是一个很好的工具。谢谢!

4

0 回答 0