Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

hermione-wdio-migrator

Package Overview
Dependencies
Maintainers
6
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermione-wdio-migrator

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

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
6
Weekly downloads
 
Created
Source

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

Keywords

hermione

FAQs

Package last updated on 19 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts