Developped by Maxime HAMM [email protected]
This plugin is compatible with all Jetbrain products
plugin
: main plugin codeextensions
: extensions (future use)- ...
common
: code used by plugin and extensions
https://plugins.jetbrains.com/plugin/16289-cucumber-to-tzatziki
Import using gradle (Gradle should use Java 11)
- Launch task
build
from root module - Run all tests from module
./test
Launch task runIde
from plugin
module
Setup a system variable :
- Edit
~/.bash_profile
(if you're using bash) Thensource ~/.bash_profile
- Add
export ORG_GRADLE_PROJECT_intellijPublishToken='xxxx'
Token is known by Maxime HAMM :)
- Build using task
build
from root module - Run tests in
./test
module - Verify compatibility using task
runPluginVerifier
fromplugin
module
- Upgrade version in
./build.gradle
- Update change note in
./plugin/build.gradle
- Publish to marketplace using task
publishPlugin
from module.plugin
Many thanks to Pierre-Michel BRET for his contribution, the great PDF generator, allowing to realize a complete layout with page numbers, summary, paragraphs management, etc.
Enjoy !