Skip to content

Commit

Permalink
add Tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Nov 10, 2024
1 parent b6b42b1 commit 11e2fa3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 11e2fa3

Please sign in to comment.