Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@testim/root-cause

Package Overview
Dependencies
Maintainers
2
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testim/root-cause

Root Cause is a tool for troubleshooting Puppeteer and Playwright tests.

  • 0.1.33
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

Root Cause

Root Cause is a tool for troubleshooting Puppeteer and Playwright tests.

We believe modern automation frameworks like Puppeteer, Playwright and Selenium are pretty fast and useful but maintaining and debugging tests is hard.

Root Cause adds features to simplify root cause analysis of Puppeteer and Playwright test runs. Root Cause captures screenshots, network HAR files, and console logs from each test run and saves them to a local drive. The screenshots highlight the action taken at each step and are easily viewed in succession through an intuitive UI to demonstrate the test flow or to identify where a test failed. Additionally, the console logs are parsed to each test step and network HAR is available to deep-dive into failed steps.

Reporting on suite and test runs is also easily viewed in the UI to help focus on failed tests, trends, or failure types.

Installation + Getting Started

In order to use Root Cause, first install the Node package: (You may also use the yarn equivalent commands)

npm install @testim/root-cause 

Documentation

Please visit our Root Cause docs for getting started, usage guides, integration guides and more.

Read more about what Root Cause does on our webpage.

After Installation

  • Integrate with Jest or Mocha for test runner support

  • Run as standalone RCA tool

  • View Root Cause results in the viewer

  • Integrate Root Cause with your CI

  • Sign up for a free account to store results in the cloud

FAQs

Package last updated on 23 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc