This repository was archived by the owner on Nov 1, 2023. It is now read-only.
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Cannot access report.extension_data
inside of an ADO Scriban template #3485
Open
Description
Information
- Onefuzz version: 8.7.1
- OS: Windows
Expected result
This test should pass, and it does not.
Scriban does not automatically pick up the ExtensionData
field inside of Report
- and even if it did, it does not support JsonElement
objects at all.
I've included more info inside of that PR.