auto(agent): Run expanded local discovery and continue with next actionable task

This commit is contained in:
OpenClaw 2026-03-06 16:39:13 +00:00
parent 73029aefec
commit 8f9833c731
3 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
const { defineConfig, devices } = require('@playwright/test');
import { defineConfig, devices } from '@playwright/test';
module.exports = defineConfig({
export default defineConfig({
testDir: './tests',
timeout: 30000,
expect: {