Skip to content

Commit 20a5bfd

Browse files
authored
Merge pull request microsoft#33 from microsoft/develop
Documentation update.
2 parents b5fb246 + 706f0a2 commit 20a5bfd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ POSITIONAL ARGUMENTS
274274

275275
``` bash
276276
FLAGS
277-
--timeout Execution timeout. Default 120s
277+
--timeout Execution timeout in seconds. Integer value. Default is 120
278278
--junit_report Create a JUnit XML report from the test results.
279279
--tags_report Create a CSV report from the test results that includes the test cases tags.
280280
--max_parallel_tests Sets the level of parallelism for test notebook execution.
@@ -344,6 +344,7 @@ steps:
344344
testResultsFormat: 'JUnit'
345345
testResultsFiles: '**/test-*.xml'
346346
testRunTitle: 'Publish Nutter results'
347+
condition: succeededOrFailed()
347348
```
348349
349350
In some scenarios, the notebooks under tests must be executed in a pre-configured test workspace, other than the development one, that contains the necessary pre-requisites such as test data, tables or mounted points. In such scenarios, you can use the pipeline to deploy the notebooks to the test workspace before executing the tests with Nutter.
@@ -394,6 +395,7 @@ steps:
394395
testResultsFormat: 'JUnit'
395396
testResultsFiles: '**/test-*.xml'
396397
testRunTitle: 'Publish Nutter results'
398+
condition: succeededOrFailed()
397399
```
398400
399401
## Contributing

0 commit comments

Comments
 (0)