Shun Miyazawa 1 rok temu
rodzic
commit
a8072a07e7
1 zmienionych plików z 1 dodań i 0 usunięć
  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');
 const authFile = path.resolve(__dirname, './playwright/.auth/admin.json');
 
 
+// Use prepared auth state.
 const storageState = fs.existsSync(authFile) ? authFile : undefined;
 const storageState = fs.existsSync(authFile) ? authFile : undefined;
 
 
 const supportedBrowsers = ['chromium', 'firefox', 'webkit'];
 const supportedBrowsers = ['chromium', 'firefox', 'webkit'];