Update collab permission tests and minor fixes

This commit is contained in:
thiloho
2024-09-06 16:08:34 +02:00
parent a77d2b2d0c
commit b8d23eab00
16 changed files with 804 additions and 610 deletions

View File

@@ -6,10 +6,12 @@ const config: PlaywrightTestConfig = {
url: "http://localhost:4173"
},
use: {
baseURL: "http://localhost:4173"
baseURL: "http://localhost:4173",
video: "retain-on-failure"
},
testDir: "tests",
testMatch: /(.+\.)?(test|spec)\.ts/,
retries: 3,
// Firefox and Webkit are not packaged yet, see https://github.com/NixOS/nixpkgs/issues/288826
projects: [
{