ArcoreTest
An automated Test Inventory & Discovery Framework. ArcoreTest scans codebases and databases to build a living inventory of testable components, triggers, and actions, providing a centralized metadata repository for testing governance and coverage analysis.
Key Features
- Automated Component Discovery (Arcore Scanner)
- Centralized Test Metadata Repository (PostgreSQL)
- RESTful API with JWT Authentication
- Django-based Admin Panel
- Test Coverage & Statistics Metrics
API Endpoints
| Method | Path | Description |
|---|---|---|
| GET | `/api/test-runs/` | List all test runs |
| POST | `/api/test-results/batch/` | Batch submit test results |
| GET | `/api/metrics/coverage/` | Get test coverage for an application |
| GET | `/api/health/` | Comprehensive health check |
Usage Example
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/test-runs/",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Tech Stack
Authentication
- •**Header:** `Authorization: Bearer <token>`
- •**Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.
Compliance & Security
Compliance
- ✓AuthN: JWT-based authentication
- ✓Audit: Full history of test runs and results
- ✓Health: Standardized /api/health/ endpoints
Security
- ✓TLS 1.3
- ✓AES-256 encryption
Coming Soon
5 plannedSynthetic & Masked Data Generation
Target: Q2 2025
Requirements Traceability Matrix (RTM) Integration
Target: Q2 2025
Test Data Versioning & Rollback
Target: Q3 2025
Automated Environment Data Reset Hooks
Target: Q3 2025
Webhooks & Event Notifications
Target: Q1 2025
Related Products
Arcore Sentinel
A high-performance application testing service built with .NET 8.0 and Blazor. Sentinel provides multi-protocol testing (REST API, Database, WebSocket), load testing with detailed performance metrics, API compliance analysis, and real-time health monitoring with comprehensive test result storage.
Arcore Aegis
A comprehensive cybersecurity compliance and risk management platform. It provides automated framework management (NIST, ISO, CIS), system categorization (FIPS 199), risk assessment, and audit lifecycle tracking for enterprise governance and Authority to Operate (ATO) preparation.
Arcore Codex
The 'Legal Brain' of Arcore. Codex provides a dual-engine architecture for digitizing federal contracts (financials, CLINs, rates) and enforcing executable policy-as-code using OPA/Rego for AI guardrails, data governance, and dynamic access control.