Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 758 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 758 Bytes

Gitter CLA assistant

weaver-intellij

A idea plugin for folks who like to run tests from the IDE.

Instructions

To run the dev version of the plugin, the sequence of steps goes as follow (within sbt) :

  • intellij/updateIntellij // downloads the intellij runtime (~1GB)
  • intellij/clean // seems to be required after every change
  • intellij/packagePlugin
  • intellij/runIDE // launches intellij

PR Guidelines

Please:

  • Sign the CLA
  • Write positive and negative tests
  • Include documentation