docs(electron): minimal version (#11792)

This commit is contained in:
Yury Semikhatsky 2022-02-01 14:45:30 -08:00 committed by GitHub
parent 4a52bc9465
commit e7bd62f202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -45,6 +45,11 @@ Note that since you don't need Playwright to install web browsers when testing E
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright
```
**Supported Electron versions are:**
* v12.2.0+
* v13.4.0+
* v14+
## async method: Electron.launch
- returns: <[ElectronApplication]>

View File

@ -13397,6 +13397,10 @@ export interface Download {
* PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright
* ```
*
* **Supported Electron versions are:**
* - v12.2.0+
* - v13.4.0+
* - v14+
*/
export interface Electron {
/**