refactoring

This commit is contained in:
2025-11-30 02:07:08 +01:00
parent 5c665ea2fe
commit af14526ae2
33 changed files with 4014 additions and 2131 deletions

View File

@@ -4,7 +4,7 @@ import * as path from 'path';
import { CheckAuthenticationUseCase } from '../../../packages/application/use-cases/CheckAuthenticationUseCase';
import { AuthenticationState } from '../../../packages/domain/value-objects/AuthenticationState';
import { Result } from '../../../packages/shared/result/Result';
import { PlaywrightAutomationAdapter } from '../../../packages/infrastructure/adapters/automation/PlaywrightAutomationAdapter';
import { PlaywrightAutomationAdapter } from 'packages/infrastructure/adapters/automation';
const TEST_USER_DATA_DIR = path.join(__dirname, '../../../test-browser-data');
const SESSION_FILE_PATH = path.join(TEST_USER_DATA_DIR, 'session-state.json');