doc on how to test with your application
This commit is contained in:
parent
4c48f0cd36
commit
719f68a44b
1 changed files with 6 additions and 0 deletions
|
@ -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/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue