Skip to content

Commit 6f3f684

Browse files
authored
fix(): add idea report missing attributes (#187)
1 parent 9f6bc38 commit 6f3f684

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

idea-plugin/src/main/kotlin/com/chutneytesting/idea/runner/JsonTestReportsParser.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ data class Report(
5454
val environment: String,
5555
val contextVariables: Map<String, Any>,
5656
val tags: Set<String>,
57+
val datasetId: String?,
58+
val constants: Map<String, String>,
59+
val datatable: List<Map<String, String>>,
5760
val report: Base
5861
)
5962

0 commit comments

Comments
 (0)