Skip to content

reportportal/plugin-template

Repository files navigation

Template plugin for Epam Report Portal

UI

Install the dependencies: npm install

Build the UI source code: npm run build

Extension template types

This template plugin has the following extension types:

  • TemplatePluginExtension - a simple extension with no listeners. Create a plugin with a information defined in the Manifest file via Gradle.
  • TemplatePluginExtensionWithListener - an extension with a listener. Use it if you need to create a plugin with a load listener. Create a default plugin integration.

Pick one and delete an unnecessary file.

Build the plugin

Preconditions:

  • Install JDK version 11.
  • Specify version number in gradle.properties file.

Note: Versions in the develop branch are not release versions and must be postfixed with NEXT_RELEASE_VERSION-SNAPSHOT-NUMBER_OF_BUILD (Example: 5.3.6-SNAPSHOT-1)

Build the plugin: gradlew build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published