Skip to content

Instantly share code, notes, and snippets.

@AnteaterKit
Created July 5, 2022 11:17
Show Gist options
  • Save AnteaterKit/7e2d07c04d8fa1d15449152c5a02eff1 to your computer and use it in GitHub Desktop.
Save AnteaterKit/7e2d07c04d8fa1d15449152c5a02eff1 to your computer and use it in GitHub Desktop.
g
// 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