我已经能够让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
我没有看到日志文件,所以我不知道该怎么做。感谢帮助 - 到目前为止,这看起来是一个很好的工具。谢谢!