chore: allow generating tests for script (#331)
This commit is contained in:
parent
292e75d464
commit
927a1280f1
9 changed files with 98 additions and 51 deletions
2
config.d.ts
vendored
2
config.d.ts
vendored
|
|
@ -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 = {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue