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

Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 Commits 5e17bb7 11.8.5 bce8ce7 Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc 8ced192 Fix build 670eb04 11.8.4...

dependencies

Bumps [electron](https://github.com/electron/electron) from 17.0.0 to 17.2.0. Release notes Sourced from electron's releases. electron v17.2.0 Release Notes for v17.2.0 Features Added ses.setCodeCachePath() API for setting code cache directory. #33285 (Also in...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

## Context I'm trying to launch a VS Code window using Spectron. Here's the setup: ```ts app = new Application({ path: vscodeExecutablePath, args: [ "--no-sandbox", "--disable-updates", "--skip-welcome", "--skip-release-notes", "--disable-workspace-trust", `--extensionDevelopmentPath=${extensionPath}`,...

Is there any way to mock electron modules from spectron? Currently, I have to add all my mocks to the main process directly in my application code. So my mocks...

enhancement

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I suddenly started getting this error in some mocha tests that had been running just fine. The code is something like this: ``` var link = this.app.client.$('#blah') await link.waitForExist({ timeout:...

npm install --save-dev spectron fails when using node v14.0.0 on mac 10.14.6 > [email protected] postinstall /Work/Projects/Patty/figma_plugin_ws/spectron/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" > [email protected] postinstall /Work/Projects/Patty/figma_plugin_ws/spectron/node_modules/spectron > node lib/rpath-fix.js npm WARN [email protected]...

Spectron has not been updated to work with Electron 10 in a timely manner, and it seems like it may soon lose its ability to work with Electron at all....

Hey folks! This spring, we posted a warning that Spectron may cease working after Electron 14 (see this pinned issue: #896 ). I wanted to post an official update and...