Add visual tests using Percy in Cypress (#8610)

* Add basic Percy tests

* Run Percy in CI

* Fix snapshot timing

* Fix bad selector

* Hide another bit of dynamic text

* Add docs
This commit is contained in:
Michael Telatynski
2022-05-17 15:16:14 +00:00
committed by GitHub
parent c122c5cd3b
commit d9b7e0721c
10 changed files with 218 additions and 9 deletions
+2
View File
@@ -16,6 +16,8 @@ limitations under the License.
/// <reference types="cypress" />
import "@percy/cypress";
import "./performance";
import "./synapse";
import "./login";