Back to docs

Tool Coverage Map

Category: Testing · Tier: All

Generate test coverage map for a site

When to Use

Testing tools generate and validate test cases in natural language. They also detect unreliable tests and map coverage.

Parameters

Parameter Type Required Description
baseUrl string Yes Base URL to analyze
testFiles array Yes Array of test file paths
maxPages number No Maximum pages to crawl

Example

Show test coverage for all pages in the app

Tips

  • Natural language tests need no code -- just describe what to verify
  • Save tests to files and run them in CI/CD pipelines

Research

Related

From the Blog