Update test.d.ts
Signed-off-by: Alex Schwartz <alexschwartz01@gmail.com>
This commit is contained in:
parent
90e962f250
commit
9989b955a0
2
packages/playwright/types/test.d.ts
vendored
2
packages/playwright/types/test.d.ts
vendored
|
|
@ -1842,8 +1842,6 @@ export type Metadata = { [key: string]: any };
|
|||
* [TestConfig](https://playwright.dev/docs/api/class-testconfig) instead.
|
||||
*/
|
||||
export interface FullConfig<TestArgs = {}, WorkerArgs = {}> {
|
||||
skipAfterAnyFailure?: boolean;
|
||||
|
||||
/**
|
||||
* List of resolved projects.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue