ArcoreTrace
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
# 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/summaryTech Stack
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
Arcor Parkour
CI/CD Orchestration Platform. ArcorParkour provides a universal runner architecture to execute YAML-defined pipelines, providing real-time log streaming, encrypted secret management, and multi-cloud CLI integration for automated delivery. It serves as the primary engine for automating the software delivery lifecycle across the Arcore ecosystem.
Arcore Phantom
Platform engineering tool for creating backend-free, believable demos. ArcorePhantom captures live API traffic, infers entities and routes, and compiles a browser-only runtime so teams can ship portable demos without exposing production systems.
Arcore Foundry
Deterministic, safe, and observable executor runtime for scaffolding and maintenance. ArcoreFoundry separates the Brain (knowledge graph + contracts) from the Hands (DAG executor + transactional VFS) so every change is ordered, diffable, and secure before touching disk.