Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

VisualAssertions Dashboard

Cezary Piątek edited this page Jun 22, 2017 · 3 revisions

VisualAssertions Dashboard

VisualAssertions comes with dedicated dashboard for managing screenshot patterns and test results. It's a self-hosted ASP.NET CORE application. You can download it from Releases page

Docker image

docker run -d    
    -p 5500:5500 
    -e "VISUALASSERTION_CONNECTION_STRING=Data Source=server.address.lan;Database=Tellurium;User ID=User;Password=Secret"         
    --name TelluriumDashboard    
    telluriumdashboard