Skip to content

Instantly share code, notes, and snippets.

@adrianblade
Created September 7, 2024 06:28
Show Gist options
  • Save adrianblade/d7d0092a7fba57bde544247c17b41469 to your computer and use it in GitHub Desktop.
Save adrianblade/d7d0092a7fba57bde544247c17b41469 to your computer and use it in GitHub Desktop.

Installing Playwright

npm init playwright@latest

Run test

npx playwright test

View Report

npx playwright show-report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment