Shun Miyazawa 1 год назад
Родитель
Сommit
a8072a07e7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apps/app/playwright.config.ts

+ 1 - 0
apps/app/playwright.config.ts

@@ -5,6 +5,7 @@ import { defineConfig, devices, type Project } from '@playwright/test';
 
 const authFile = path.resolve(__dirname, './playwright/.auth/admin.json');
 
+// Use prepared auth state.
 const storageState = fs.existsSync(authFile) ? authFile : undefined;
 
 const supportedBrowsers = ['chromium', 'firefox', 'webkit'];