瀏覽代碼

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'];