From 11e2fa3ef7e10fa4c12f87eea14fa7e0e4221c6c Mon Sep 17 00:00:00 2001 From: cenfun Date: Sun, 10 Nov 2024 13:59:46 +0800 Subject: [PATCH] add Tutorial --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 639ad4a..44a9ef8 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ * [Install](#install) * [Playwright Config](#playwright-config) * [Examples](#examples) +* [Tutorial](#tutorial) * [Output](#output) * [Reporter Options](#reporter-options) * [View Trace Online](#view-trace-online) @@ -88,6 +89,11 @@ Playwright Docs [https://playwright.dev/docs/test-reporters](https://playwright. - [monocart-reporter-examples](https://github.com/cenfun/monocart-reporter-examples) - [playwright-reporter-integrations](https://github.com/cenfun/playwright-reporter-integrations) +## Tutorial +- [Playwright + Monocart = Next-Level Custom Reports! | Step-by-Step Tutorial!](https://www.youtube.com/watch?v=8Ae-lkFAG5Q) +- [Optimising Playwright Reporting Through Monocart](https://engineering.kablamo.com.au/posts/2024/optimising-playwright-reporting-through-monocart/) +- [Leveraging Playwright's Powerful End-to-End Testing, MongoDB, Data Fixtures for Live Execution Insights](https://www.linkedin.com/pulse/leveraging-playwrights-powerful-end-to-end-testing-data-kandukuri-ak6ac/) + ## Output - path-to/your-filename.html Single HTML file (data compressed), easy to transfer/deploy or open directly anywhere diff --git a/package.json b/package.json index b00bc48..fb581e3 100644 --- a/package.json +++ b/package.json @@ -84,6 +84,6 @@ "turbogrid": "^3.2.0", "vine-ui": "^3.1.16", "ws": "^8.18.0", - "yazl": "^3.2.1" + "yazl": "^3.3.0" } }