repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
The Living OS cockpit
stars
latest
clone command
git clone gitlawb://did:key:z6Mku78K...XywC/living-os-cockp...git clone gitlawb://did:key:z6Mku78K.../living-os-cockp...59751530feat: surface worker supervisor health in live work3h ago| #3 | export default defineConfig({ |
| #4 | testDir: './tests', |
| #5 | timeout: 45_000, |
| #6 | expect: { timeout: 15_000 }, |
| #7 | use: { |
| #8 | baseURL: process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:4000', |
| #9 | trace: 'on-first-retry', |
| #10 | ...devices['Desktop Chrome'], |
| #11 | launchOptions: { |
| #12 | args: [ |
| #13 | '--ignore-gpu-blocklist', |
| #14 | '--use-gl=swiftshader', |
| #15 | '--host-resolver-rules=MAP king.theliving.ai 127.0.0.1,MAP maaxx.theliving.ai 127.0.0.1', |
| #16 | ], |
| #17 | }, |
| #18 | }, |
| #19 | projects: [ |
| #20 | { |
| #21 | name: 'chromium', |
| #22 | use: { ...devices['Desktop Chrome'] }, |
| #23 | }, |
| #24 | ], |
| #25 | }); |
| #26 |