ArcoreTrace icon

ArcoreTrace

ProductionDeveloper Tooling

Visual automation platform that produces stabilized, non-destructive, and evidence-rich test/UAT/demo artifacts. ArcoreTrace uses a Glass Plane overlay with Playwright to highlight actions without mutating the DOM, capturing before/after screenshots, structured failures, and immutable artifacts.

Key Features

  • Glass Plane overlay for iframe-aware, non-destructive highlights
  • Before/after screenshots with stabilized captures
  • Structured failure codes and summaries
  • Playwright runner with policy validation and step orchestration
  • Artifact pipeline to S3/MinIO with metadata and immutability
  • Worker orchestration via BullMQ/Redis; state via Prisma/PostgreSQL
  • Use cases: QA regression, UAT sign-off, demo/walkthrough generation, audit evidence

Usage Example

bash
# Trigger a visual run
curl -H "Authorization: Bearer $TOKEN" -X POST https://trace.internal/runs/execute -d '{"flow":"checkout"}'

# Fetch artifacts
curl -H "Authorization: Bearer $TOKEN" https://trace.internal/runs/123/artifacts

# Get structured summary
curl -H "Authorization: Bearer $TOKEN" https://trace.internal/runs/123/summary

Tech Stack

Next.js/ReactPlaywrightTypeScriptPrismaPostgreSQLRedis/BullMQS3/MinIOZod

Authentication

  • **Header:** `Authorization: Bearer <token>`
  • **Scopes:** Run execution, artifact retrieval, and summaries are RBAC-controlled.

Compliance & Security

Compliance

  • Non-destructive overlay; no DOM mutation during capture
  • Immutable, content-addressed artifacts with timestamps and metadata
  • RBAC around run execution and artifact access; S3/MinIO scoped credentials
  • Structured failure classification and run summaries for auditability

Security

  • RBAC around run execution and artifact access; S3/MinIO scoped credentials

Related Products