1.0.0 • Published 2 months ago

hermione-wdio-migrator v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
2 months ago

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
        }
    },
    // ...
};
1.0.0

2 months ago

0.1.17

11 months ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago