Session Export
Emuluxe allows you to export your simulation data and AI audit reports for use in external documentation, bug reports, or CI/CD pipelines.
Supported Formats
- JSON: A full object representation of the session, including device specs, network logs, and AI-detected issues. This is ideal for developers integrating Emuluxe with custom internal tools.
- CSV (Experimental): A flattened version of the audit results, useful for tracking performance metrics and accessibility scores over time in a spreadsheet.
- Image/PDF: Using the built-in Screenshot and Full Page Capture features, you can export visual representations of the simulation that include the device frame and safe-area overlays.
Data Schema
A typical JSON export includes:
sessionId: A unique UUID for the simulation run.targetUrl: The URL tested.device: Physical resolution, DPR, and OS version.network: Latency, bandwidth limits, and total bytes transferred.aiAudits: An array of detected issues with severity levels and recommendations.
How to Export
- Run an AI Analysis or complete a simulation session.
- In the AI tab or the Sessions history, click the Export icon.
- Select your desired format to download the file directly to your computer.