chore: allow generating tests for script (#331)

This commit is contained in:
Pavel Feldman
2025-05-02 17:41:58 -07:00
committed by GitHub
parent 292e75d464
commit 927a1280f1
9 changed files with 98 additions and 51 deletions

2
config.d.ts vendored
View File

@@ -16,7 +16,7 @@
import type * as playwright from 'playwright';
export type ToolCapability = 'core' | 'tabs' | 'pdf' | 'history' | 'wait' | 'files' | 'install';
export type ToolCapability = 'core' | 'tabs' | 'pdf' | 'history' | 'wait' | 'files' | 'install' | 'testing';
export type Config = {
/**