-
-
Save AnteaterKit/7e2d07c04d8fa1d15449152c5a02eff1 to your computer and use it in GitHub Desktop.
g
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// global-setup.ts | |
import { chromium, FullConfig } from '@playwright/test'; | |
async function globalSetup(config: FullConfig) { | |
// const { baseURL } = config.projects[0].use; | |
// const browser = await chromium.launch(); | |
// await browser.close(); | |
} | |
export default globalSetup; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment