Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 569 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 569 Bytes

TextTest JetBrains IDE Plugin

This plugin will make it easier for developers who use a JetBrains IDE like PyCharm or IntelliJ to use TextTest as part of their work.

Currently supported features

  • Create a Run Configuration that will execute tests.

Develop this plugin

Recommend using IntelliJ, there is a .idea project included in this repo. Use gradle to build and test the plugin.

This plugin was initially developed by following this JetBrains tutorial