Skip to content

Latest commit

 

History

History

visual-dotnet

Sauce Labs Visual for C#

Sauce Labs Visual for C# expose Sauce Labs Visual Testing for your C# project with Selenium.

Installation & Usage

View installation and usage instructions on the Sauce Docs website.

Building

dotnet build ./SauceLabs.Visual/SauceLabs.Visual.csproj --no-restore

Linting

For linting, Sauce Visual C# SDK uses dotnet-format tool. It can be installed with the following command:

dotnet tool install -g dotnet-format

After the installation, it can be run the following command:

dotnet format '.' --verify-no-changes

Running the tests

dotnet test --verbosity normal