xcv58/Tab-Manager-v2

View on GitHub
packages/integration_test/util.ts

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Function initBrowserWithExtension has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

export const initBrowserWithExtension = async () => {
const userDataDir = `/tmp/test-user-data-${Math.random()}`
const browserContext = (await chromium.launchPersistentContext(userDataDir, {
headless: false,
args: [
Severity: Minor
Found in packages/integration_test/util.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status