Playwright
https://playwright.dev
Microsoft が開発した E2E テストを行うためのフレームワーク
クロスブラウザー・クロスプラットフォームをサポート
- ブラウザー: Chromium, WebKit, Firefox
- プラットフォーム: Windows, macOS, Linux
$ npm i -D playwright @playwright/test
$ npx playwright codegen -o a.test.mjs https://example.com
$ npx playwright test --headed