File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 3.3.1 .0
1+ 3.4.0 .0
Original file line number Diff line number Diff line change @@ -104,15 +104,21 @@ Tag for test cases that shall not be run at all.
104104### Default Output Documentation File
105105Defines ` <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
113122Defines ` <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 `
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
3130This 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+ ````
You can’t perform that action at this time.
0 commit comments