webdriverio/sublime-bundle

Name: sublime-bundle

Owner: WebdriverIO

Description: Sublime Text 2/3 bundle for WebdriverIO autocompletion

Created: 2015-02-14 22:10:14.0

Updated: 2018-03-20 10:05:04.0

Pushed: 2018-02-10 13:36:32.0

Homepage: http://webdriver.io

Size: 642

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.