test(e2e): improve error reporting (#4931)

* cleanup

* test(e2e): improve error reporting

* lint

* lint

* better timeout messages

* fix shouldNotExist
This commit is contained in:
Elio Bischof
2023-01-04 14:38:27 +01:00
committed by GitHub
parent dc2a4ea92c
commit 35faa1b233
12 changed files with 84 additions and 225 deletions

View File

@@ -12,8 +12,6 @@
"private": true,
"dependencies": {
"cypress-wait-until": "^1.7.2",
"debug": "^4.3.4",
"jsonwebtoken": "^8.5.1",
"mochawesome": "^7.1.3",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
@@ -24,4 +22,4 @@
"@types/node": "^18.8.3",
"cypress": "^10.9.0"
}
}
}