소스 검색

Add comment

Shun Miyazawa 2 년 전
부모
커밋
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'];