Skip to content

Instantly share code, notes, and snippets.

@Swimburger
Created August 31, 2022 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Swimburger/f5a585aa8f3795bdeb6167279dd6f5c0 to your computer and use it in GitHub Desktop.
Save Swimburger/f5a585aa8f3795bdeb6167279dd6f5c0 to your computer and use it in GitHub Desktop.
Playwright runsettings for NUnit with SlowMo
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<Playwright>
<BrowserName>chromium</BrowserName>
<ExpectTimeout>5000</ExpectTimeout>
<LaunchOptions>
<Headless>false</Headless>
<Channel>msedge</Channel>
<SlowMo>200</SlowMo>
</LaunchOptions>
</Playwright>
</RunSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment