简体   繁体   English

将jsTestDriver与Intellij Idea 9结合使用时会发生锁定/挂起(在10上完全无效)

[英]Getting lockups/hangs when using jsTestDriver with Intellij idea 9 (doesn't work at all on 10)

Is anyone using jsTestDriver with IntelliJ? 有人在IntelliJ中使用jsTestDriver吗? What version are you using? 您使用什么版本? Is it working well? 运行良好吗?

I am using IntelliJ right off the website 9.0.4 with jsTestRunner 1.2.2 and I repeatedly get hangs when I run all tests. 我在jsTestRunner 1.2.2的网站9.0.4上使用IntelliJ,并且在运行所有测试时反复出现挂起。

I decided to run the server in a terminal rather than within IDEA, but it still hangs. 我决定在终端而不是在IDEA中运行服务器,但是仍然挂起。

If I run the server and the tests in 2 terminal windows, I get 100% working functionality, even when I use Opera, Firefox and Chrome at the same time. 如果我在2个终端窗口中运行服务器和测试,即使同时使用Opera,Firefox和Chrome,我也将获得100%的工作功能。 All 15 tests pass (45 tests total). 全部15个测试通过(总共45个测试)。

So is the plugin broken with Idea? 那么,该插件是否被Idea破坏了? Can anyone help me get this working with idea? 谁能帮我解决这个问题? It used to work just fine when I had 4 or 6 tests... but now that I give it anything remotely complex, it bombs. 当我进行4或6次测试时,它曾经可以正常工作……但是现在,我给它做任何复杂的事情,它都会炸弹。

Please help. 请帮忙。 I'd really like to use this tool. 我真的很想使用这个工具。

JsTestDriver IDEA plugin v1.3.7 built on JsTestDriver 1.3.3b works fine. 基于JsTestDriver 1.3.3b构建的JsTestDriver IDEA插件 v1.3.7可以正常工作。 IDEA 10.5 or higher is required. 需要IDEA 10.5或更高版本。 Also JsTestDriver plugin works with WebStorm/PhpStorm/PyCharm/RubyMine/AppCode. JsTestDriver插件也可与WebStorm / PhpStorm / PyCharm / RubyMine / AppCode一起使用。

JsTestDriver-1.3.4-a( found in WebStorm jsTestDriver plugin Version 1.4.1, 2012 March). JsTestDriver-1.3.4-a(位于WebStorm jsTestDriver插件版本1.4.1,2012年3月)中。 Hangs after the mac sleeps (restarting the server works). Mac睡眠后挂起(重新启动服务器,然后工作)。

Using jsTestDriver 1.3.2, I get intermittent hangs running from the command line. 使用jsTestDriver 1.3.2,我从命令行运行间歇性挂起。 Restarting the server works around the problem. 重新启动服务器可以解决此问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用jsTestDriver,Idea 9和测试3个测试用例时出现“名称空间未定义”问题。 有时它只是完全挂起 - “namespace is undefined” problem when using jsTestDriver, Idea 9 and testing 3 test cases. Sometimes it just outright hangs JsTestDriver在IntelliJ中使用requirejs时断言 - JsTestDriver assert when using requirejs in intellij 当我使用IntelliJ想法开发时,Gulp.watch无法正常工作 - Gulp.watch dosen't work when I use intellij idea to develop IntelliJ IDEA 无法识别 angular 4 html 标签 - IntelliJ IDEA doesn't recognise angular 4 html tags 使用占位符 - Using placeholder for <asp:TextBox for IE 10 doesn't work 为什么无法为intellij进行js调试? - Why doesn't work js debug for intellij? 刷新窗口时获取URL在Chrome扩展程序中不起作用 - Getting URL when window refreshed doesn't work in Chrome Extension 将QUnit与JSTestDriver一起使用 - Using QUnit with JSTestDriver 在 function 内部动态设置时,setValidators 根本不起作用 - setValidators doesn't work at all when set dynamically inside of a function 使用“ getComputedStyle”获取样式时,“ getPropertyPriority”不起作用 - 'getPropertyPriority' doesn't work when getting styles with 'getComputedStyle'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM