[
and ]
means that it is optional.[dir]
is the directory that contains your .feature
files. Whether it is not informed, the tool searches all the subdirectories from the current path.[options]
changes how the tool behaves.concordia --help
to see all the command line interface (CLI) options.-c
Enter
without giving an answer, it will select the suggested (default) value. You can use Up
and Down
to navigate the answers and hit Enter
to select it. For multiple selection (when available), hitSpace
..concordiarc
) you avoid informing the configured parameters in the console/terminal. For instance, whether plugin
is defined in the configuration file, you don't need to inform --plugin
anymore.Add CLI parameters to the configuration file
directory
and add it to the configuration file:Indicates the directory that has.feature
and.testcase
files.
-d
Specifies.feature
files to consider
-f
, --files
--directory
), it searches the files inside the directory. Example:./feature/f1.feature
and ./feature/f1.feature
.Specify.feature
files to ignore when a directory is informed
-i
Disables recursive search when a directory is informed
Specifies the directory for test reports and screenshots.
-O
Specifies the directory for test script files.
-o
Sets the default language to consider.
-l
Lists the available language codes.
Lists the available locales.
Just generates test scripts
Just verifies specification files
Just generates test cases
Just execute test script files
Avoids generating test scripts
Avoids processing specification files
Avoids generating test cases
Avoids reading test scripts' results
Avoids running test scripts
-x
to combine --no-run
and --no-result
Uses a verbose output
Number of parallel instances to execute.
-I
-H
Sets one or more test script files to execute
-F
, --script-files
Sets a text or regular expression to filter the files to execute
-G
Sets target browsers or platforms to execute
-T
concordialang-
from plug-in names. For instance, concordialang-codeceptjs-playwright
becomescodeceptjs-playwright
.Uses the given plug-in (if installed)
-p
-x
to avoid running test scripts and reading their output:Shows information about an installed plug-in
--plugin-info
Installs a plug-in
Lists installed plug-ins
Starts a testing server for a plug-in
-S
Ctrl
+ C
.Uninstalls a plug-in
Installs a database driver
Lists installed databases
Uninstalls a database driver
Maximum random string size to generate, when free values are allowed.
500
.Minimum random string size to generate, when free values are allowed.
0
.Random tries to generate invalid values.
5
.Sets the character(s) used for breaking lines.
"\n"
"\r"
"\r\n"
Sets the expected file encoding
-e
utf8
. Possible values are:ascii
latin1
ucs2
or ucs-2
utf16le
or utf-16le
utf8
or utf-8
Shows information about the compiler.
Shows the available commands
Verify if there is a newer version.
Shows the current version.