资 源 简 介
AnyRunner
Create IntelliJ JUnit run configurations for any type of file
With AnyRunner, you can run tests expressed in non-Java files types (such as HTML or Javascript) just as you would JUnit tests. For example:
* When editing a FitWeb test in HTML, type CTRL-SHIFT-F10 and AnyRunner will execute a test case defined in your project to parse and run HTML files.
* To run a Javascript test, type CTRL-SHIFT-F10 to trigger (via AnyRunner) a Javascript test parser-and-runner, such as Injest
To install the plugin, put the anyrunner.jar in your plugins folder:
Windows: $IDEA_HOME/pluginsMac: ~/Library/Application Support/IntelliJIdea10/
To link a file type to a test case in your project, add the anyrun