Update executor.ts
This commit is contained in:
@@ -581,7 +581,10 @@ export class PlaywrightExecutor {
|
|||||||
return screenshotWithAccessibilityLabels({
|
return screenshotWithAccessibilityLabels({
|
||||||
...options,
|
...options,
|
||||||
collector: screenshotCollector,
|
collector: screenshotCollector,
|
||||||
logger: { error: (...args) => { this.logger.error('[playwriter]', ...args) } },
|
logger: {
|
||||||
|
info: (...args) => { this.logger.error('[playwriter]', ...args) },
|
||||||
|
error: (...args) => { this.logger.error('[playwriter]', ...args) },
|
||||||
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -725,5 +728,3 @@ export class ExecutorManager {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user