Navigation Menu

Skip to content

dantimashov/AffectedCodePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AffectedCodePlugin

Open source version of plugin to find unit tests id affected by code changes. It was created on the basis of similar plugin used in QAA department of Wrike Inc. It's planned to develop and test new features out of the original goals.

Current version of the plugin uses the Git as VCS system. If you use plugin for a project then the root folder of the project should be under the version control of Git.

Description

An article about plugin creation (in Russian but with images in English)

For contributors

There are variables ID_ANNOTATION and ID_VALUE in class CurrentProject. Current values are linked with special project for testing. If you plan to use plugin differently then change this part of the code first.

You can read a description about gradle-intellij-plugin tasks. Especially interesting:
runIde - start IntelliJ IDEA with the plugin under development
buildPlugin - create zip archive in ./build/distributions. You can use this archive to install plugin from disk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages