hermione-wdio-migrator

1.0.0 • Public • Published

hermione-wdio-migrator

Plugin for hermione to easily migrate from wdio@4 to wdio@6 without any changes.

You can read more about hermione plugins here.

Installation

npm install hermione-wdio-migrator

Usage

Plugin has following configuration:

  • enabled (optional) Boolean – enable/disable the plugin. true by default;
  • disableCommands (optional) Array(String) – commands that should not be add or overwrite existent commands.

Also there is ability to override plugin parameters by CLI options or environment variables (see configparser). Use hermione_wdio_migrator prefix for the environment variables and --wdio-migrator- for the cli options.

Add plugin to your hermione config file:

module.exports = {
    // ...
    plugins: {
        // ...
        // Important!!! This plugin should be enabled last, otherwise its work is not guaranteed
        'hermione-wdio-migrator': {
            enabled: true
        }
    },
    // ...
};

Package Sidebar

Install

npm i hermione-wdio-migrator

Weekly Downloads

10

Version

1.0.0

License

MIT

Unpacked Size

85.8 kB

Total Files

168

Last publish

Collaborators

  • dudagod
  • sipayrt
  • rostik404
  • xrsd
  • shadowusr
  • kuznetsovroman