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:
parent
91ceaca760
commit
0bddb80e94
10 changed files with 341 additions and 49 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue