Report Portal plugin for Gauge test automation framework to report test results in real-time.
gauge install reportportal
Or manually download plugin from releases tab.
And then:
gauge install reportportal --file <path_to_plugin_zip_file>
Add the following properties into env/default/default.properties
file:
rp_url = https://demo.reportportal.io
rp_project = default_project
rp_uuid = 7853c7a9-7f27-43ea-835a-cab01355fd17
#optional
rp_launch_name = My Super Project
rp_launch_description = This is description
rp_launch_attributes = tag1; tag2; platform:x64
rp_launch_debugmode = true/false
rp_enabled = true/false
Discover more about configuration.
Modify your manifest.json
file and add reportportal
plugin into plugins list if it is not there yet.
If you have already installed preview version and want to install stable version, firstly you need uninstall plugin and install it again.
gauge uninstall reportportal
Set ReportPortal_TraceLevel
property in env/default/default.properties
file to Verbose
value. Execute tests and find logs in default logs
directory.
ReportPortal is licensed under Apache 2.0
We use Google Analytics for sending anonymous usage information as library's name/version and the agent's name/version when starting launch. This information might help us to improve integration with ReportPortal. Used by the ReportPortal team only and not for sharing with 3rd parties. You are able to turn off it if needed.