Showing 1 of 1 total issue
Function apply
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
apply (registerAction) { registerAction('beforeStart', async () => { this.browser = await puppeteer.launch(this.launchOptions); });