Sprkl Docs
SupportSprkl websiteJoin Sprkl betaJoin Sprkl for CI
0.0.62
0.0.62
  • What is Sprkl?
  • Getting started
    • Install Sprkl
    • Instrument your code
      • Bare metal
      • Docker
      • Kubernetes
    • Start with a sample project with Docker Compose
  • Features
    • Dashboard
      • Personal vs. Global
      • Code Block Reference
    • Code markups
    • System Graph
    • Jaeger tracing
    • Jest integration
    • New! Detect runtime security vulnerabilities in your code
  • Integrations and supported stack
  • Concepts
    • Analysis
    • Instrumentation
    • Aggregations, metrics and insights
  • FAQ
  • Support
  • Sprkl for GitHub Actions
    • Overview
    • Setup
    • Pulling Sprkl data to your IDE for further debugging
Powered by GitBook
On this page
  1. Features

Jest integration

PreviousJaeger tracingNextNew! Detect runtime security vulnerabilities in your code

Last updated 2 years ago

Sprkl ships with Jest testing instrumentation (unit and integration tests), providing insights and traces for every execution. You can get an overview of the execution of your tests, including details for mocks and assertions.

We've put the Jest execution information under the section on the . Jest is a special interaction that is split into two sections:

  • Changed: Under this list, you will get the tests affected by the marked code changes.

  • UnChanged: All the other tests (do not seem to be affected by the code changes).

This can better explain what is tested (or not tested) for the code changes you selected to analyze (configure selection with configurations).

Dashboard
Analysis
Interactions