Member-only story

Correcting Wrong ‘Playwright’s Advantage over Selenium” Part 5: “Playwright has native HTML Reporters”.

It is mostly cosmetic. The core test execution reporting (for a sizeable suite) is on the Continuous Testing server anyway.

Zhimin Zhan
7 min readMar 28, 2024

Continue to correct the fifth wrong claim in this YouTube video, “Playwright vs Selenium: What Advantages Make Playwright the Winner in Automation Testing Battle 🏆”.

This article series:

Claim 5, “Playwright has great looking HTML reporter”

This is related to Item 4: the new test runner generates test reports (HTML). The Playwright HTML reports do look nice.

Selenium and Puppeteer automation frameworks, with a test syntax framework such as RSpec or Mocha, can generate good-looking reports, too. It is really about stylesheets. What’s new in Playwright HTML reports (over typical RSpec/Mocha reports) is showing the execution time for each test step. This has some value for demonstration. However, for real functional E2E test automation, its benefits are minor, very minor.

--

--

Zhimin Zhan
Zhimin Zhan

Written by Zhimin Zhan

Test automation & CT coach, author, speaker and award-winning software developer. Help teams succeed with Agile/DevOps by implementing real Continuous Testing.

Responses (1)

Write a response