Merge pull request #1907 from timruffles/patch-1

doc on how to test with your application
This commit is contained in:
Cheng Zhao 2015-06-09 18:48:52 +08:00
commit 8aa815e6d1

View file

@ -70,4 +70,10 @@ driver.wait(function() {
driver.quit();
```
## Workflow
To test your application without rebuilding Electron, simply [place](https://github.com/atom/electron/blob/master/docs/tutorial/application-distribution.md) your app source into Electron's resource directory.
[chrome-driver]: https://sites.google.com/a/chromium.org/chromedriver/