Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Simulator Output Example

Demonstrates processing OCPP simulator output in JSONL format: parse a JSONL trace, detect failures, and generate an HTML report.

Run

npm install
npm start

What it does

  1. Parses a JSONL trace (one event per line)
  2. Detects failures
  3. Generates a self-contained HTML report
  4. Writes the report to report.html