From 49779d56578765da521e03beca909c82f16a42a1 Mon Sep 17 00:00:00 2001 From: Shawn Jaques <41802544+ShawntheGriz@users.noreply.github.com> Date: Thu, 24 Sep 2020 09:47:10 -0600 Subject: [PATCH] Update showcase.md (#3969) Added Root Cause OSS under tools. --- docs/showcase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/showcase.md b/docs/showcase.md index 3970c593f9..cb3e65ea60 100644 --- a/docs/showcase.md +++ b/docs/showcase.md @@ -23,6 +23,7 @@ * [playwright-test](https://github.com/hugomrdias/playwright-test) Run unit tests and benchmarks in browsers with Node's seamless experience. * [playwright-video](https://github.com/qawolf/playwright-video): Capture a video while executing a Playwright script * [QA Wolf](https://github.com/qawolf/qawolf): Record and create Playwright tests and then run them in CI +* [Root Cause OSS](https://github.com/testimio/root-cause): Capture screenshots on every step and display in a viewer with logs for easy troubleshooting. * [test-real-styles](https://github.com/Xiphe/test-real-styles): Utility to test real styling of virtual DOM elements in a browser * [Testim Playground](https://www.testim.io/playground/): Record Playwright UI tests as code * [Try Playwright](https://try.playwright.tech/): Interactive playground for Playwright to run examples directly from your browser