Skip to content

Commit

Permalink
add docs for baseline override
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Graham committed Aug 16, 2024
1 parent 7c2a581 commit 85ed11e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions visual-dotnet/SauceLabs.Visual/BaselineOverride.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

namespace SauceLabs.Visual
{
/// <summary>
/// <c>BaselineOverride</c> One or more values from 'SnapshotIn' we should use as an override
/// when finding a baseline. Enables cross browser / OS snapshot comparison by matching the
/// values set on the device you'd like to compare against.
/// </summary>
public class BaselineOverride
{
public Browser? Browser { get; set; }
Expand Down

0 comments on commit 85ed11e

Please sign in to comment.