Skip to content

Reinforce your ReportPortal instance with RobotFramework Import functionality and easily upload your log files right to ReportPortal.

License

Notifications You must be signed in to change notification settings

reportportal/plugin-import-robot

Folders and files

NameName
Last commit message
Last commit date
Dec 12, 2024
Dec 4, 2024
Jul 3, 2024
Dec 13, 2024
May 29, 2024
May 29, 2024
May 29, 2024
May 29, 2024
Dec 12, 2024
Dec 4, 2024
Dec 4, 2024
Dec 4, 2024
Dec 4, 2024

Repository files navigation

Template plugin for Epam Report Portal

UI

Install the dependencies: npm install

Build the UI source code: npm run build

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