Skip to content

cuppa-framework/cuppa-intellij-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

IntelliJ Plugin for Cuppa Build Status

This repository is for the IntelliJ plugin for Cuppa. Cuppa is a test framework for Java 8. For more details on Cuppa, see the website.

The plugin currently provides the following features:

  • Live templates for quickly writing Cuppa tests.
  • Stacktrace folding for hiding Cuppa calls in stacktraces.

Getting Started

You can install the plugin from within IntelliJ. Alternatively, you can download the plugin from the plugin's page on the JetBrains site.

Contributing

Check out the active issues to get some ideas for what to work on.

Building

Cuppa is built using Gradle:

$ cd cuppa-intellij-plugin
$ ./gradlew build

Run ./gradlew tasks to see a list of all available tasks.

We use the intellij Gradle plugin to bundle and run the plugin in IDEA using the buildPlugin and runIde tasks, respectively.

License

Cuppa and this plugin are licensed under an Apache 2.0 license.

About

IntelliJ plugin for Cuppa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages