tests/playwright: Add Hostname customization test

Adds a Hostname customization test that creates a BP, edits BP, exports and imports it back and verifies the BP content.
This test also servers as a template for other customization tests. Includes a refactor of existing helper functions.
This commit is contained in:
Tom Koscielniak 2025-03-28 10:44:40 +01:00 committed by Klara Simickova
parent 91ceaca760
commit 0bddb80e94
10 changed files with 341 additions and 49 deletions

View file

@ -29,7 +29,7 @@ export default defineConfig({
? process.env.BASE_URL
: 'http://127.0.0.1:9090',
video: 'retain-on-failure',
trace: 'on-first-retry',
trace: 'on',
ignoreHTTPSErrors: true,
},