Tag

html-report

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Sep 7, 2023 · Operations

Running Playwright Automated Tests and Generating HTML Reports with Pytest

This article demonstrates how to use Playwright with Pytest to run automated browser tests, generate detailed HTML reports, and provides best‑practice guidelines for building a comprehensive, maintainable test suite for web applications, covering setup and teardown procedures.

PlaywrightPythonTest Suite
0 likes · 8 min read
Running Playwright Automated Tests and Generating HTML Reports with Pytest
360 Quality & Efficiency
360 Quality & Efficiency
Jul 14, 2023 · Backend Development

Quick Guide to Generating Clear HTML Test Reports with unittestreport

This article introduces the open‑source unittestreport framework for Python, explains how to install it, configure report parameters, use multi‑threaded execution, enable email notifications, and extend it with HTMLTestRunner compatibility to produce customizable, visual HTML test reports for unittest and pytest projects.

Pythonautomationhtml-report
0 likes · 8 min read
Quick Guide to Generating Clear HTML Test Reports with unittestreport
Test Development Learning Exchange
Test Development Learning Exchange
Feb 20, 2021 · Backend Development

Using BeautifulReport to Generate Custom TestNG HTML Reports for Java API Automation

This guide explains how to replace TestNG's default report with a custom BeautifulReport template in a Java Maven project, covering Maven dependency configuration, creating a TestReportListener, updating testng.xml, adding an HTML template, and viewing the generated report with detailed test results.

API testingBeautifulReportJava
0 likes · 95 min read
Using BeautifulReport to Generate Custom TestNG HTML Reports for Java API Automation