Skip to content

Commit c78ed8d

Browse files
author
GitLab CI
committed
New version of cetk-cli's public documentation, 3.4.0.0
1 parent 06df35b commit c78ed8d

4 files changed

Lines changed: 17 additions & 12 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1.0
1+
3.4.0.0

docs/cli/default_options.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,21 @@ Tag for test cases that shall not be run at all.
104104
### Default Output Documentation File
105105
Defines `<Output Home>/cetk_testdoc.html` as default output file and HTML format.
106106

107+
## testdoc_ext (beta)
108+
109+
### Tags
110+
#### `dont_run`
111+
Tag for test cases that shall not be run at all.
112+
113+
### Default Output Documentation File
114+
Defines `<Output Home>/cetk_testdoc_ext.html` as default output file and HTML format.
115+
107116
## robocop
108117

109118
### Default config
110-
Default config for linting that fits perfectly with the beautifier `robotidy`.
119+
Default config for linting and formatting[^1].
111120

112121
### Default Output Report
113122
Defines `<Output Home>/cetk_lint_report.txt` as default output report.
114123

115-
## robotidy
116-
117-
### Default config
118-
Default config for beautifying that fits perfectly with the linter `robocop`.
124+
[^1]: Formerly done by the dedicated, yet deprecated executable `robotidy`

docs/control_env/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ are established either by the on premise host interfaces and/or by network via [
1010

1111
* [Robot Framework](https://robotframework.org/){target="_blank"} Version 6/7
1212
* robot, rebot, testdoc, libdoc
13-
* [Tidy](https://github.com/MarketSquare/robotframework-tidy){target="_blank"} Version 4.x
14-
* robotidy
15-
* [Robocop](https://github.com/MarketSquare/robotframework-robocop){target="_blank"} Version 5.x
13+
* [Robocop](https://github.com/MarketSquare/robotframework-robocop){target="_blank"} Version 6/7/8
1614
* robocop
15+
* [Testdoc](https://marvkler.github.io/robotframework-testdoc/index.html){target="_blank"} Beta phase tested with version 0.6.0
16+
* testdoc_ext
1717

1818
## Encapsulation Flavors
1919

docs/home_folder/source_home.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ This subfolder is optional and may hold project-specific configuration files for
2424

2525
!!! note
2626
If no project-specific configuration files are used,
27-
`cetk-cli` already loads default configs based on many years of best practice usage for the executables `robocop`
28-
and `robotidy`.
27+
`cetk-cli` already loads default configs based on many years of best practice usage for the executable `robocop`.
2928

3029
### Docker Subfolder
3130
This subfolder is optional and may hold project-specific Docker compose files to be used by the on premise Control
@@ -97,4 +96,4 @@ a `cetk.toml` exists, it will take precedence.
9796
environment = "native"
9897
verbose = false
9998
enable_file_logging = false
100-
````
99+
````

0 commit comments

Comments
 (0)