index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function inititalizeBrowsers has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function inititalizeBrowsers(browserCount, blockedUrls = defaultBlockedUrls) {
    return new Promise(async (resolve) => {
        if (browserCount > 30) {
            process.stdout.write('Browsers Instances Ready: ')
        }
Severity: Minor
Found in index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status