Skip to content

Commit a58dcff

Browse files
authored
Update command for generating TRX report (#3917)
* Update command for generating TRX report Previous command results in: ``` Option '--report-trx-filename' has invalid arguments: file name argument must not contain path (e.g. --report-trx-filename myreport.trx) ``` * Fix command
1 parent 9ca92d8 commit a58dcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/extensions/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Run your tests with the `--report-trx` flag:
108108
dotnet run --configuration Release --report-trx
109109

110110
# Specify output location
111-
dotnet run --configuration Release --report-trx --report-trx-filename ./reports/testresults.trx
111+
dotnet run --configuration Release --results-directory ./reports --report-trx --report-trx-filename testresults.trx
112112
```
113113

114114
**📚 More Resources:**

0 commit comments

Comments
 (0)