We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d515796 commit 87a00b7Copy full SHA for 87a00b7
README.md
@@ -31,6 +31,7 @@ For given versions of Electron you must depend on a very specific version range
31
| `^8.0.0` | `^10.0.0`|
32
| `^9.0.0` | `^11.0.0`|
33
| `^10.0.0` | `^12.0.0`|
34
+| `^11.0.0` | `^13.0.0`|
35
36
Learn more from [this presentation](https://speakerdeck.com/kevinsawicki/testing-your-electron-apps-with-chromedriver).
37
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "spectron",
3
- "version": "12.0.0",
+ "version": "13.0.0",
4
"description": "Easily test your Electron apps using ChromeDriver and WebdriverIO.",
5
"main": "index.js",
6
"types": "./lib/spectron.d.ts",
0 commit comments