Files
nomad/ui/.percy.yml
2023-08-10 17:27:29 -05:00

15 lines
388 B
YAML

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
version: 1
snapshot:
# Hide high-variability data from Percy snapshots; helps make sure that randomized data doesn't cause a visual diff.
percy-css: |
.topo-viz {
display: none;
}
.related-evaluations path,
.related-evaluations circle,
.dashboard-metric {
visibility: hidden;
}