b67bd4c377
* Sample percy test added * Node engine up to 14.x for UI prep * Force ui test rerun * Updated config.yml * Node v upgraded to 14 for docker image * Expect length in test * Running ember tests under percy exec * Percy exec format * Percy cli added * Noop to rerun tests with updated percy_token * Evals full list and details open snapshots * Pretty legit use of assert so disable the warning * Jobs list tests * Snapshots for top-level clients, servers, ACL, topology, and storage lists * Expect caveat for Topology test * Stabilizing tests with faker seeded to 1 * Seed-stabilizing any tests with percySnapshots * Faker import * Drop unused param * Assets and test audit using an older node version * New strategy: avoid seeding, just use percyCSS to hide certain things
7 lines
203 B
YAML
7 lines
203 B
YAML
version: 1
|
|
snapshot:
|
|
# Hide high-variability data from Percy snapshots; helps make sure that randomized data doesn't cause a visual diff.
|
|
percy-css: |
|
|
table td {
|
|
visibility: hidden;
|
|
} |