mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Update collab permission tests and minor fixes
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user