We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d31df commit c94b1acCopy full SHA for c94b1ac
tests/test_percy_snapshot.py
@@ -9,6 +9,16 @@
9
10
11
class Tests(IntegrationTests):
12
+ """
13
+ In order to render snapshots, Percy collects the DOM of the project and
14
+ uses a custom rendering method, different from Selenium. Therefore, it
15
+ is unable to render Canvas elements, so can't render Cytoscape charts
16
+ directly.
17
+
18
+ Instead, we use Selenium webdrivers to automatically screenshot each of
19
+ the apps being tested in test_usage.py, display them in a simple
20
+ Dash app, and use Percy to take a snapshot for CVI.
21
22
def test_usage(self):
23
def encode(name):
24
path = os.path.join(
0 commit comments