update(test): add more flow tests

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-04 15:42:18 +01:00
parent eab715b13a
commit aa72527ad2
3 changed files with 24 additions and 10 deletions
+2 -1
View File
@@ -2,5 +2,6 @@
"testFiles": "cypress/**/*.spec.ts",
"componentFolder": ".",
"video": false,
"screenshotOnRunFailure": false
"screenshotOnRunFailure": false,
"retries": 2
}