WebStorm 11 EAP - Dart Unit Test Throwing Errors WebStorm 11 EAP - Dart Unit Test Throwing Errors dart dart

WebStorm 11 EAP - Dart Unit Test Throwing Errors


I suggest to run the test as a standard command line Dart application. You can create corresponding run configuration manually (Run | Edit Configurations | [+] | Dart Command Line App), or remove current DartUnit run configuraton (Run | Edit Configurations) and then right click the main file. You won't get test result tree this way, but you'll see test results in the IDE console.


According to Alexanders answer I found a solution for me - I'm using the bash plugin for this...

enter image description here