diff --git a/e2e/utils/TestUtils.ts b/e2e/utils/TestUtils.ts index 8799b51ecde..e0743acc433 100644 --- a/e2e/utils/TestUtils.ts +++ b/e2e/utils/TestUtils.ts @@ -14,9 +14,11 @@ import plist from 'plist'; import { defaultSettings, LockedSettingsType, Settings } from '@pkg/config/settings'; import { PathManagementStrategy } from '@pkg/integrations/pathManager'; import * as childProcess from '@pkg/utils/childProcess'; +import { Log } from '@pkg/utils/logging' ; import paths from '@pkg/utils/paths'; import { RecursivePartial, RecursiveTypes } from '@pkg/utils/typeUtils'; +const console = new Log(path.basename(__filename, '.ts'), reportAsset(__filename, 'log')); let testInfo: undefined | { testPath: string; startTime: number;