Tag

Allure

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 10, 2025 · Backend Development

How to Build a Flexible Core Executor for API Automation Testing with pytest and Allure

This article explains how to design and implement a high‑performance, configurable core executor for API automation testing, covering dependency installation, executor class creation, logging integration, parallel execution, report generation with Allure, and practical code examples for Python developers.

API testingAllureAutomation
0 likes · 7 min read
How to Build a Flexible Core Executor for API Automation Testing with pytest and Allure
Test Development Learning Exchange
Test Development Learning Exchange
Mar 31, 2025 · Operations

Using Pytest for Enterprise API Test Case Management

This article explains how to use Pytest in enterprise projects for API test case management, covering naming conventions, documentation, parameterization, organization by modules, fixture usage, execution strategies including CI/CD integration, parallel runs, and generating detailed Allure reports.

API testingAllureCI/CD
0 likes · 6 min read
Using Pytest for Enterprise API Test Case Management
Test Development Learning Exchange
Test Development Learning Exchange
Mar 30, 2025 · Fundamentals

How to Customize Enterprise Test Reports Using Pytest and Allure

This article explains why customized test report templates are needed in enterprise API automation, and provides step‑by‑step instructions for customizing Allure reports—including logo replacement, color schemes, layout tweaks, custom tags, dynamic titles, Chinese localization, and automated generation and email distribution using Pytest.

AllurePythonReport Customization
0 likes · 7 min read
How to Customize Enterprise Test Reports Using Pytest and Allure
Test Development Learning Exchange
Test Development Learning Exchange
Mar 25, 2025 · Backend Development

API Automation Testing with Pytest, Requests, and Allure: A Step‑by‑Step Guide

This guide walks through setting up a Python environment, organizing a test project, writing reusable request utilities and data‑driven Pytest cases, generating Allure reports, and extending tests with token handling and database verification for robust backend API automation.

API testingAllureAutomation
0 likes · 6 min read
API Automation Testing with Pytest, Requests, and Allure: A Step‑by‑Step Guide
Test Development Learning Exchange
Test Development Learning Exchange
Oct 7, 2024 · Operations

How to Install Allure Test Report Tool on Windows, macOS, and Linux

This guide provides step‑by‑step instructions for installing the Allure test reporting tool on Windows, macOS, and Linux, covering Java setup, environment variables, verification commands, important considerations, and how to generate and view test reports.

AllureInstallationJava
0 likes · 5 min read
How to Install Allure Test Report Tool on Windows, macOS, and Linux
Test Development Learning Exchange
Test Development Learning Exchange
Apr 11, 2024 · Fundamentals

Allure-Python: Generating Rich Test Reports for Python Testing Frameworks

Allure-Python is a reporting tool for Python test frameworks such as unittest, pytest, and nose, providing customizable, interactive HTML reports with support for decorators, steps, attachments, environment data, and advanced features to enhance test visibility and analysis.

AllureAutomationPython
0 likes · 7 min read
Allure-Python: Generating Rich Test Reports for Python Testing Frameworks
Test Development Learning Exchange
Test Development Learning Exchange
May 21, 2023 · Operations

Building an Automated Test Project with Jenkins, Allure, and Pytest

This tutorial walks through setting up a Python testing environment, installing required libraries, creating and coding test cases with Selenium, integrating Allure for reporting, and configuring Jenkins to run the tests and publish the results automatically.

AllureCI/CDJenkins
0 likes · 5 min read
Building an Automated Test Project with Jenkins, Allure, and Pytest
FunTester
FunTester
Aug 27, 2021 · Fundamentals

Customizing Allure Test Reports with Pytest – A Step‑by‑Step Tutorial

This tutorial explains how to install Allure‑pytest, create a simple Dianping search test case, generate the default report, and progressively enhance it with custom titles, detailed steps, fixture‑based setup/teardown, hierarchical features, severity levels, and rich HTML descriptions, all using Python code snippets.

AllureAllure CustomizationAutomation
0 likes · 9 min read
Customizing Allure Test Reports with Pytest – A Step‑by‑Step Tutorial
360 Quality & Efficiency
360 Quality & Efficiency
Oct 22, 2018 · Fundamentals

Using Pytest and Allure for UI Automation Testing and Report Generation

This article introduces pytest and Allure, explains how to write simple UI automation test cases with pytest, integrate Allure for attractive test reports, and provides step‑by‑step commands for generating and viewing the reports, making automated testing accessible for beginners.

AllureAutomationTest Reporting
0 likes · 7 min read
Using Pytest and Allure for UI Automation Testing and Report Generation