Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Practical Examples of Playwright Regression Tes...

Avatar for KintoTech_Dev KintoTech_Dev
November 14, 2025
0

Practical Examples of Playwright Regression Testing/Playwrightのリグレッションテストの実用例

Avatar for KintoTech_Dev

KintoTech_Dev

November 14, 2025
Tweet

More Decks by KintoTech_Dev

Transcript

  1. 2 What is Playwright? Playwrightとは? 1.Modern end-to-end testing framework for

    web applications Webアプリケーション向けの最新のエンドツーエンドテストフレームワーク 2.Cross-browser solution: Test Chromium, Firefox, and WebKit with a single API クロスブラウザソリューション:単一のAPIでChromium、Firefox、WebKitをテスト 3.Developed by Microsoft, built for reliability and speed Microsoft開発、信頼性と速度を重視して構築
  2. 3 Why Choose Playwright? なぜPlaywrightを選ぶか? ✓ Multi-Browser Support Write once,

    run on Chromium, Firefox, and WebKit 一度コードを作成すれば、Chromium、Firefox、 WebKitで実行可能 ✓ Multiple Languages JavaScript/TypeScript, Python, Java, and .NET JavaScript/TypeScript、Python、Java、.NET対応 ✓ Auto-Wait Mechanism Built-in smart waiting eliminates flaky tests 組み込みのスマート待機機能でフレーキーテストを排除 ✓ Powerful Selectors CSS, text, accessibility, and custom selectors CSS、テキスト、アクセシビリティ、カスタムセレクター ✓ Parallel Execution Run tests in parallel out of the box for speed 標準で並列実行可能で高速 ✓ Rich Tooling Codegen, trace viewer, and inspector included コード生成、トレースビューア、インスペ クター搭載
  3. 7 Practical Example3: Download a file from the page to

    the specified storage location 実用例3:ページからファイルを指定の格納先に ダウンロードする
  4. 8 Practical Example4: Write the data retrieved from the page

    into the Excel file 実用例4:ページから取得したデータをExcelファ イルに書き込む