spectron icon indicating copy to clipboard operation
spectron copied to clipboard

DEPRECATED: 🔎 Test Electron apps using ChromeDriver

Results 104 spectron issues
Sort by recently updated
recently updated
newest added

Love the framework! 👍 Is there any way currently to test menu item functionality through spectron? I could test the code itself but that doesn't take into account menu item...

enhancement

My electron app has many webviews and some global keyboard shortcuts like `cmd=`: zoom in `cmd-`: zoom out `cmdr`: reload Everything works in the app and I want to write...

Hello, I am trying to test an Electron app in a Windows CI environment (AWS CodeBuild, image aws/codebuild/windows-base:2.0-20.05.05). Spectron v11.0.0, Electron v9.0.4, Node v12.14.0. In the Windows CI environment I...

I am trying to pass google chrome options into the `webdriverOptions` prop but it isn't working. When initializing a page object, I instantiate a Spectron Application instance using the following...

Generally, when we use it manually there is a fixed path where dev team has assigned. For eg: /Application Support//folder used for storing data behind the app. ![image](https://user-images.githubusercontent.com/19566020/122175725-83218280-cea1-11eb-807c-33fdc0de3fb5.png) But every...

Hello, Im trying to run the electron-quick-start app using Electron 10.3.0 and Spectron 12.0.0 under node v12.18.3 Im getting the following error: ``` Application launch 1) "before each" hook for...

Hi! I'm trying to setup e2e tests with Spectron and I got some issues. When I start my tests with: ``` beforeEach(async () => { app = new Application({ path:...

SO: "WINDOWS 10" NODE 14 SPECTRON 13.0.0 ELECTRON 11.4.2 ERROR: 2 | const spectron = require("spectron"); 3 | const { testWithSpectron } = require("vue-cli-plugin-electron-builder"); 4 | jest.setTimeout(50000); Description: TypeError: require(...)...

Hi, there. I'm testing an Electron app and trying to test whether or not another window is open after a keyboard shortcut. My code is: ```js it('Should open the Group...

Bumps [got](https://github.com/sindresorhus/got) from 11.8.0 to 11.8.2. Release notes Sourced from got's releases. v11.8.2 Make the dnsCache option lazy (#1529) 3bd245f This slightly improves Got startup performance and fixes an issue...

dependencies