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 cd733c4 commit d6772f0Copy full SHA for d6772f0
README.md
@@ -27,6 +27,7 @@ For given versions of Electron you must depend on a very specific version range
27
| `^4.0.0` | `^6.0.0` |
28
| `^5.0.0` | `^7.0.0` |
29
| `^6.0.0` | `^8.0.0` |
30
+| `^7.0.0` | `^9.0.0` |
31
32
Learn more from [this presentation](https://speakerdeck.com/kevinsawicki/testing-your-electron-apps-with-chromedriver).
33
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "spectron",
3
- "version": "8.0.0",
+ "version": "9.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