add a cypress scenario

This commit is contained in:
jfh
2020-09-13 01:32:13 +02:00
parent d15ee0fc3a
commit a61cfdf553
7 changed files with 2471 additions and 7 deletions

View File

@@ -5,6 +5,10 @@
"reporterOptions": {
"configFile": "mocha-multi-reporters.json"
},
"ignoreTestFiles": [
"**/__snapshots__/*",
"**/__image_snapshots__/*"
],
"defaultCommandTimeout": 10000,
"pageLoadTimeout": 120000
}