@@ -16,7 +16,7 @@ Selecting files to parse
16
16
------------------------
17
17
18
18
When executing a single file, Robot Framework tries to parse and run it
19
- regardless the file extension. The file is expected to use the `plain text
19
+ regardless the name or the file extension. The file is expected to use the `plain text
20
20
format `__ or, if it has :file: `.rst ` or :file: `.rest ` extension,
21
21
the `reStructuredText format `_::
22
22
@@ -26,10 +26,11 @@ the `reStructuredText format`_::
26
26
27
27
__ `Supported file formats `_
28
28
29
- When executing a directory, Robot Framework only parses files with the
30
- :file: `.robot ` extension by default. If files have other extensions,
31
- the :option: `--extension (-F) ` option must be used to explicitly tell the
32
- framework to parse also them. If there is a need to parse more
29
+ When executing a directory __, Robot Framework ignores all files and directories
30
+ starting with a dot (:file: `. `) or an underscore (:file: `_ `) and, by default,
31
+ only parses files with the :file: `.robot ` extension. If files use other
32
+ extensions, the :option: `--extension (-F) ` option must be used to explicitly
33
+ tell the framework to parse also them. If there is a need to parse more
33
34
than one kind of files, it is possible to use a colon `: ` to separate
34
35
extensions. Matching extensions is case insensitive and the leading `. `
35
36
can be omitted::
@@ -46,6 +47,8 @@ would mean that other files in that format are skipped.
46
47
parsed by default. Starting from Robot Framework 3.2 HTML files
47
48
are not supported at all.
48
49
50
+ __ `Test suite directories `_
51
+
49
52
Selecting test cases
50
53
--------------------
51
54
0 commit comments