ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Webdriver​IO

Sublime Text 2/3 bundle for WebdriverIO autocompletion

Labels auto-complete

Details

Installs

  • Total 2K
  • Win 1K
  • Mac 923
  • Linux 305
Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4
Windows 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 1 1 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

WebdriverIO Sublime Text 2/3 bundle

This is a package for Sublime Text 2 & 3 that provides autocompletion for all WebdriverIO action and protocol commands. It makes writing integration test with WebdriverIO a breeze.

Installation

  1. Open Package Control: Preferences -> Package Control
  2. Select Package Control: Install Package
  3. Type WebdriverIO into the search box and select the package to install it

Usage

Currently this plugin only provides autocompletion. Just type the first letters of a command and Sublime Text will offer all WebdriverIO matching that pattern. E.g. initializing a Selenium session with WebdriverIO:

Or when using different commands:

Note: WebdriverIO has a lot (I mean really a looot) commands. So it might be that this plugin blows up your autocompletion window which can be annoying if you have other autocompletion plugins.

There will be more features comming. Feature requests or even pull requests are much appriciated.

Contributing

Don't modify any sublime-snippets as they get compiled from the WebdriverIO project the same way like the API documentation gets generated by wddoc. If you find an error in one of the command description head over to the WebdriverIO repository and change the documentation of a specific command. If you want to change the way how the snippets gets generated checkout wddoc and especially the template that is responsible for the structure of these snippet files.

Release History

  • 2015-02-16   v0.1.0   First release: provides command autocompletion
  • 2015-06-29   v0.2.0   Updated Snippets due to v3 release