mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-09 16:52:51 +01:00
refactor: remove pocketbase (#1138)
This commit is contained in:
21
ui/playwright.demo.config.ts
Normal file
21
ui/playwright.demo.config.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
import { defineConfig, devices } from '@playwright/test'
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './tests/demo',
|
||||
fullyParallel: true,
|
||||
webServer: {
|
||||
command: 'make -C .. dev-demo',
|
||||
port: 8090,
|
||||
reuseExistingServer: !process.env.CI,
|
||||
timeout: 120000,
|
||||
},
|
||||
use: {
|
||||
baseURL: 'http://localhost:8090/ui/',
|
||||
},
|
||||
projects: [
|
||||
{
|
||||
name: 'chromium',
|
||||
use: { ...devices['Desktop Chrome'] },
|
||||
},
|
||||
],
|
||||
})
|
||||
Reference in New Issue
Block a user