This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { expect, test } from '@playwright/test';
|
||||
import { captureEvidence } from './helpers/evidence';
|
||||
|
||||
const baseUrl = 'https://www.taxbaik.com/taxbaik';
|
||||
const baseUrl = (process.env.E2E_BASE_URL ?? 'https://www.taxbaik.com/taxbaik').replace(/\/$/, '');
|
||||
const username = 'admin';
|
||||
const password = 'Admin123!@#456';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user