Skip to main content

VRT is a library for integrating Visual Regression Tracker with Robot Framework.

Project description

VRT

VRT is a library for integrating Visual Regression Tracker with Robot Framework. For information about Visual Regression Tracker please visit the project page.

Prerequisites

  • Visual Regression Tracker

##Installation

The package is stored in PyPI . To install package execute command:

pip install VRT

##Importing

To import library use below command:

Library VRT

##Configure connection

Connection with Visual Regression Tracker should be configured using environment variables:

Example:

VRT_APIURL= http://localhost:4200     #URL where backend is running
VRT_PROJECT= Default project          #Project name or ID
VRT_APIKEY= YourAPIKey                #User apiKey
VRT_CIBUILDID= $CI_COMMIT_SHA         #Current git commit SHA
VRT_BRANCHNAME= $CI_COMMIT_REF_NAME   #Current git branch
VRT_ENABLESOFTASSERT= "false"         #Log errors instead of exceptions

For local use and test debugging vrt.json file can be used. The file should be placed in the project root.

*vrt.json*

{
"apiUrl":"http://localhost:4200",
"project":"Default project",
"apiKey":"YourAPIKey",
"ciBuildId":"commit_sha",
"branchName":"develop",
"enableSoftAssert":false
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vrt-0.1.3.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

vrt-0.1.3-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page