gitflow4idea icon indicating copy to clipboard operation
gitflow4idea copied to clipboard

Adding tests to the plugin

Open OpherV opened this issue 7 years ago • 1 comments

Based on the discussion in #200 , I would love to have some automated tests for basic functionality of the plugin and its UI.

OpherV avatar Sep 21 '18 21:09 OpherV

This could also be used for regression tests and checks for deprecation in the IntelliJ API and/or git flow API. That way it would be easier to change to a new api version and check for compatibility or regressions.

I found this page on testing plugins: https://plugins.jetbrains.com/docs/intellij/testing-plugins.html

CC007 avatar Aug 07 '21 17:08 CC007