mirror of https://github.com/hashicorp/terraform
Promote JUnit output 'terraform test' feature from experimental status, make incompatibility with remote test execution explicit via flag validation (#36324)
* Promote JUnit reports for `terraform test` out of experimental status * Make JUnit output explicitly for local execution only * Refactor how local test runner is passed JUnit data * Add change file * Add test for incompatible flagspull/36327/head
parent
408f323efa
commit
8e1d36681c
@ -0,0 +1,5 @@
|
||||
kind: NEW FEATURES
|
||||
body: '`terraform test`: The `-junit-xml` option for the terraform test command is now generally available. This option allows the command to create a test report in JUnit XML format. Feedback during the experimental phase helped map terraform test concepts to the JUnit XML format, and new additons may happen in future releases.'
|
||||
time: 2025-01-15T11:08:18.566206Z
|
||||
custom:
|
||||
Issue: "36324"
|
||||
Loading…
Reference in new issue