Tests: Update testcafe config

This commit is contained in:
graciousgrey 2023-07-27 12:57:36 +02:00
parent bc18507a14
commit 40b1f1f5cd
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
"skipJsErrors": true,
"quarantineMode": false,
"selectorTimeout": 5000,
"hostname": "localhost",
"screenshots": {
"path": "tests/acceptance/screenshots",
"takeOnFails": true

View file

@ -1,3 +1,3 @@
{
"url": "localhost:2343/library/login"
"url": "http://localhost:2343/library/login"
}