test/monitor.js aktualisiert

This commit is contained in:
2025-04-20 00:44:26 +02:00
parent 6bce024da3
commit c4389e0d01

View File

@@ -10,6 +10,7 @@ dotenv.config();
const {
USERNAME,
PASSWORD,
TESTNAME,
TOTP_SECRET,
LOGIN_URL = 'about:privatebrowsing',
LOGOUT_URL = 'about:privatebrowsing',
@@ -50,7 +51,7 @@ if (!USERNAME || !PASSWORD || !TOTP_SECRET) {
const context = await browser.newContext({});
const page = await context.newPage();
console.log(' Login aufrufen');
console.log('${TESTNAME}: 1 Login aufrufen');
try {
await page.goto(LOGIN_URL);