[Playwright] Improvements around node (#6321)

* Playwright node improvements

* Upgrade Keycloak compose to trixie
This commit is contained in:
Timshel
2025-10-29 20:50:54 +01:00
committed by GitHub
parent a85b48512c
commit 7c597e88f9
8 changed files with 401 additions and 227 deletions

View File

@@ -10,7 +10,7 @@ const fs = require("fs");
const { spawn } = require('node:child_process');
export function loadEnv(){
var myEnv = dotenv.config({ path: 'test.env' });
var myEnv = dotenv.config({ path: 'test.env', quiet: true });
dotenvExpand.expand(myEnv);
return {