https://github.com/cuppa-framework/cuppa-intellij-plugin
IntelliJ plugin for Cuppa
https://github.com/cuppa-framework/cuppa-intellij-plugin
Last synced: 2 months ago
JSON representation
IntelliJ plugin for Cuppa
- Host: GitHub
- URL: https://github.com/cuppa-framework/cuppa-intellij-plugin
- Owner: cuppa-framework
- License: apache-2.0
- Created: 2016-03-21T18:41:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T18:55:39.000Z (about 8 years ago)
- Last Synced: 2025-03-15T18:41:43.205Z (over 1 year ago)
- Language: Java
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntelliJ Plugin for [Cuppa](http://cuppa.forgerock.org) [](https://travis-ci.org/cuppa-framework/cuppa-intellij-plugin)
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](http://cuppa.forgerock.org).
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](https://plugins.jetbrains.com/plugin/8254) on the
JetBrains site.
## Contributing
Check out the [active issues](https://github.com/cuppa-framework/cuppa-intellij-plugin/issues) to get some ideas for
what to work on.
### Building
Cuppa is built using [Gradle](https://gradle.org/):
```shell
$ 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](./LICENSE).