2017-03-23 63 views
0

我剛剛升級到WebStorm 2017.1,突然我的這些非常漂亮的「運行這個測試」按鈕,在我的測試文件:如何在WebStorm中控制自動生成的測試目標?

Run one test button

但是,任何時候我點擊這些按鈕中的一個,WebStorm是autogenerating摩卡測試目標:

autogenerated mocha test target

的問題是,我使用的噶在這個項目上的單元測試。我已經按照the instructions from the WebStorm documentation設置了Karma。我已經設置了Karma默認值並手動創建了一個Karma目標(據我所知,它已經移除了所有的Mocha目標),但IDE仍然會嘗試在我要求它運行測試時自動生成一個Mocha目標。

我該如何告訴WebStorm它應該使用Karma來運行測試,而不是Mocha?

+0

注意:[交叉發佈到WebStorm支持社區](https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000138464-How-to-prefer-Karma-when-autogenerating - 單元 - 測試 - targets-)。 –

回答

相關問題