Tag:Reporting
All the articles with the tag "Reporting".
-
Test Automation - Optimizing Playwright Test Reports: Automating Allure Results Merging with GitHub Actions
Published:Simplify your CI/CD workflow by using the Allure Results Combiner and Publisher GitHub Action to automatically merge and publish reports from parallel test runs.
-
Test Automation - How To Attach Public IP Address to Allure Report using Playwright TypeScript Auto Fixtures
Published:Enhance your Allure reports by automatically attaching the public IP address on test failure using a custom Playwright TypeScript auto-fixture.
-
Test Automation - How To Link Playwright Traces and Videos to Allure Report using GitHub Actions
Published:Enhance your test analysis by automatically uploading and linking Playwright traces and videos of failed tests to your Allure reports using GitHub Actions.
-
Test Automation - How To Attach Session Storage, Local Storage, Cookies, and Console logs To Allure Report in Selenium Python
Published:A guide on capturing and attaching crucial browser data like session/local storage, cookies, and console logs to Allure reports for better debugging.