Files
sase.tr/scripts/vin-e2e-report-1770994628849.json
Sase Dev 4a06ba5fdb feat: Ford legacy support, EMEX browser pooling, collapsible sidebar
- Add PL24 Ford legacy service for fordt_parts architecture
- Refactor EMEX to use persistent browser pool instead of per-call instances
- Make vehicle decode resilient: fallback to PL24 when Corgi doesn't recognize VIN
- Add collapsible sidebar with persistent user preference
- Improve brand access guard and categories service
- Add debug/test scripts for VIN e2e testing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 22:25:06 +00:00

263 lines
5.6 KiB
JSON

{
"startedAt": "2026-02-13T14:53:11.422Z",
"config": {
"headless": true,
"delayBetweenVins": 8000,
"maxCategoriesToTest": 3
},
"results": [
{
"index": 1,
"brand": "Renault",
"vin": "VF1C066MC19290416",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 60
}
},
{
"index": 2,
"brand": "Porsche",
"vin": "WP1ZZZ92ZCLA29834",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 56
}
},
{
"index": 3,
"brand": "Subaru",
"vin": "JF1GD9LF37G069905",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 60
}
},
{
"index": 4,
"brand": "Mercedes",
"vin": "WDB2020181A148652",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 50
}
},
{
"index": 5,
"brand": "Honda",
"vin": "NLAFC5650HW030691",
"resolved": false,
"platform": null,
"vehicleInfo": null,
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [
"Decode HTTP 400: {\"success\":false,\"error\":{\"code\":\"GEN_002\",\"message\":\"VIN not recognized. Brand not supported.\"}}"
],
"timing": {
"decodeMs": 6587
}
},
{
"index": 6,
"brand": "Mazda",
"vin": "JMZDKFWSA10182289",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 65
}
},
{
"index": 7,
"brand": "Ford",
"vin": "NM0GXXTTPGAG07617",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 74
}
},
{
"index": 8,
"brand": "Volvo",
"vin": "YV1AS985691096540",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 13611
}
},
{
"index": 9,
"brand": "Kia",
"vin": "TMAJ3812HGJ226161",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 13477
}
},
{
"index": 10,
"brand": "BMW",
"vin": "WBALZ72090DY98841",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 46
}
},
{
"index": 11,
"brand": "Mitsubishi",
"vin": "JMBSNCS3A4U004435",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 14266
}
},
{
"index": 12,
"brand": "Suzuki",
"vin": "TSMLYD21S00268458",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 440
}
},
{
"index": 13,
"brand": "Scania",
"vin": "XLER4X20005217616",
"resolved": false,
"platform": null,
"vehicleInfo": null,
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [
"Decode HTTP 400: {\"success\":false,\"error\":{\"code\":\"GEN_002\",\"message\":\"VIN not recognized. Brand not supported.\"}}"
],
"timing": {
"decodeMs": 7832
}
},
{
"index": 14,
"brand": "Nissan",
"vin": "SJNFCAJ10U1242901",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 14592
}
},
{
"index": 15,
"brand": "MAN",
"vin": "WMAH12ZZ04M393187",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 891
}
},
{
"index": 16,
"brand": "Land Rover",
"vin": "SALLNABA8YA563459",
"resolved": true,
"vehicleInfo": {},
"categoriesLoaded": false,
"categoryCount": 0,
"categoryTests": [],
"dbChecks": {},
"errors": [],
"timing": {
"decodeMs": 657
}
}
],
"summary": {
"total": 16,
"resolved": 14,
"failed": 0,
"errors": 2
},
"finishedAt": "2026-02-13T14:57:08.848Z"
}