jquery-archive / PEP

Pointer Events Polyfill: a unified event system for the web platform
https://www.w3.org/TR/pointerevents/
Other
1.67k stars 160 forks source link

Launch/detect ChromeDriver for local testing #244

Closed scottgonzalez closed 8 years ago

scottgonzalez commented 8 years ago

We should detect if ChromeDriver is running before trying to run local functional tests. If it's not running, we should try to start it. If anything fails, we should provide instructions on how to proceed.

csnover commented 8 years ago

Please see https://github.com/theintern/digdug/issues/19 which is a feature enhancement request to automate this for all projects that use Intern