codeceptjs-testcafe
uses the frameworks CodeceptJS and TestCafé, and works with probably any browser.codeceptjs-webdriverio
uses the frameworks CodeceptJS and WebDriverIO, and works with Chrome, Firefox, IE, and Edge.codeceptjs-appium
uses the frameworks CodeceptJS and Appium, and requires some additional configuration to work.codeceptjs-testcafe
and codeceptjs-playwright
are only available for Concordia Compiler 2 or above.--plugin-install
plus the plug-in name. Example:concordialang-
. Example: npm install -D concordialang-codeceptjs-testcafe
.plugin-install
to install a plug-inplugin-uninstall
to uninstall a plug-inplugin-serve
to start a testing server using the plug-inplugin
to use a plug-inplugin-info
to show information about a plug-inplugin-list
to list installed plug-insplugin-list
) require a plug-in name.plugin
defined, you can omit the plugin name from a command. Example:<plugin>
if you have a configuration file with the property "plugin"
defined.<plugin>
with the plugin name. Ctrl
+ C
.--no-run
to avoid running test scripts and use --no-result
to avoid reading the last report with test results. Test scripts will be generated but not executed.--no-script
to avoid generating test scripts. Only existing test scripts will be executed.