Skip to content

Commit

Permalink
Merge pull request #300 from kn-ms/feature/run_logs
Browse files Browse the repository at this point in the history
Runtime log collection
  • Loading branch information
kondratyev-nv authored Sep 20, 2023
2 parents cabe47d + fe87114 commit 5c82e6e
Show file tree
Hide file tree
Showing 25 changed files with 6,347 additions and 5,974 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ Property | Description
`pythonTestExplorer.testplanPath` | Relative path to testplan main suite.
`pythonTestExplorer.testplanArgs` | Arguments passed in. Each argument is a separate item in the array.
`pythonTestExplorer.testplanEnabled` | Enable testing using Testplan. _Note that Testplan is only supported for Python 3.7+._
`pythonTestExplorer.outputs.collectOutputs` | Collect test run outputs in separate output channel.
`pythonTestExplorer.outputs.showOutputsOnRun` | Activate test outputs channel on run.


Configuration supports a placeholders for the workspace folder as `${workspaceFolder}` and environment variables in a form of `${env:YOUR_ENVIRONMENT_VARIABLE}`.

Expand Down
Loading

0 comments on commit 5c82e6e

Please sign in to comment.