WebdriverIO
Sublime Text 2/3 bundle for WebdriverIO autocompletion
Details
Installs
- Total 3K
- Win 1K
- Mac 928
- Linux 310
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 1 | 0 | 0 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 | 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 | 1 | 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
- Open Package Control:
Preferences -> Package Control
- Select Package Control:
Install Package
- 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