This commit is contained in:
Marco Rossignoli 2024-09-03 17:43:21 +02:00 коммит произвёл GitHub
Родитель 40a6387864
Коммит 6d1ee6e841
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -369,6 +369,12 @@ interface TestNode {
// Example: "location.line-end": 9, // Example: "location.line-end": 9,
'location.line-end'?: number; 'location.line-end'?: number;
// Standard output associated with the test node
'standardOutput'?: string;
// Standard error associated with the test node
'standardError'?: string;
// Result properties: // Result properties:
// Example: "execution-state": "failed", // Example: "execution-state": "failed",