Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webdriver REPL

This enables starting a javascript repl in a running webdriver test.

Demo Video

npm install @kurtharriger/wdio-repl

Create and start a WdioRepl server from your test

See docs/example.js

Configuring atom

apm install Hydrogen

npm install -g @kurtharriger/wdio-repl

If you do not want to install globally use a full path to wdio-kernel in
the kernel spec below. If you want to run from source `npm link` will add
wdio-kenel to path.

Open Atom Preferences:
Select Packages
Search for Hydrogen
Click Settings
Paste the following into the Kernel Specs setting:

{
  "kernelspecs": {
    "wdio-repl": {
      "spec": {
        "language": "javascript",
        "display_name": "Connect to a javascript server",
        "env": {},
        "argv": [
          "wdio-kernel",
          "--server=http://localhost:6001"
          "{connection_file}",
          "--protocol=5.0"
        ]
      }
    }
  }
}

About

Webdriver.io Repl

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.