Markdown Reporter
wdio-markdown-reporter is a 3rd party package, for more information please see GitHub | npm
A WebdriverIO plugin to report in Markdown style.
#
InstallationYou can simple do it by:
Instructions on how to install WebdriverIO
can be found here.
#
ConfigurationAt the top of the wdio.conf.js-file, add:
In order to use the service you need to add reporter to your services array in wdio.conf.js
#
Configuration OptionsThe following configuration options are supported and are all optional. By default none of the config options are set.
#
outputDirDefine a directory where your markdown file should get stored.
Type: String
Required
#
Merge all *.md filesTo generate only one markdown file use the concat-cli CLI to concat the files