auto(agent): Run expanded local discovery and continue with next actionable task
This commit is contained in:
parent
73029aefec
commit
8f9833c731
3 changed files with 8 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { defineConfig } from '@playwright/test';
|
||||
import { defineConfig, devices } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './tests',
|
||||
|
|
@ -20,7 +20,7 @@ export default defineConfig({
|
|||
{
|
||||
name: 'chromium',
|
||||
use: {
|
||||
// ...devices['Desktop Chrome'],
|
||||
...devices['Desktop Chrome'],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue