{ "name": "Макет с -Format json", "preRun": [ { "script": "mxl-compile/scripts/mxl-compile", "input": { "columns": 2, "areas": [ { "name": "Данные", "rows": [ { "cells": [ { "col": 1, "param": "Ключ" }, { "col": 2, "param": "Значение" } ]} ] } ] }, "args": { "-JsonPath": "{inputFile}", "-OutputPath": "Template.xml" }, "cwd": "{workDir}" } ], "params": { "templatePath": "Template.xml" }, "args_extra": ["-Format", "json"], "expect": { "stdoutContains": "areas" } }