Skip to content

Commit

Permalink
Document flag incompatibilty in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahFrench committed Jan 13, 2025
1 parent 4aef1cd commit 2eca205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/cli/commands/test.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following options apply to the Terraform `terraform test` command:

* `-json` - Displays machine-readable JSON output for your testing results.

* `-junit-xml=<output file path>` - Saves a test report in JUnit XML format to the specified file. The file path must be relative or absolute.
* `-junit-xml=<output file path>` - Saves a test report in JUnit XML format to the specified file. This is currently incompatible with remote test execution using the the `-cloud-run` option. The file path must be relative or absolute.

* `-test-directory=<relative directory>` - Overrides the directory that Terraform looks into for test files. Note that Terraform always loads testing files within the main configuration directory. The default testing directory is `tests`.

Expand Down

0 comments on commit 2eca205

Please sign in to comment.