spectron Questions

3

I am using just the basic Spectron test file (in Typescript) to open my app, get the window count, and presumably exit. However, Spectron's app.stop() only seems to close the dev tools window and l...
Hypsography asked 12/7, 2018 at 16:25

3

Solved

I write an Electron app that uses nodegit. For my test part I use ava in combination with Spectron to test my app. All of my tests work - including functions which use nodegit in my app. In additio...
Soursop asked 31/10, 2020 at 19:46

1

I am developing an Electron desktop app with React. Trying to setup testing for the electron side of code. I have a Launch.test.js file, where I am trying to test spectron with Jest. When I run th...
Immoralist asked 11/1, 2019 at 12:55

1

Electron v1.8.2 Spectron v3.8.0 Adding spectron tests, but even an extremely basic test fails. Attempting to run: const { Application } = require('spectron'); const app = new Application({ pat...
Familiar asked 1/3, 2018 at 22:48

2

Solved

I am testing an Electron/React app using Spectron, which uses the WebdriverIO commands API. I would like to test the attributes on some components, but I want to be sure I am testing them only afte...
Celie asked 6/3, 2018 at 23:25

2

Solved

Recently I found some difficulty to plan automation testing for our application using Electron. I've tried to use Spectron, which looks like the official framework to test Electron apps, however, I...
Christabella asked 17/8, 2017 at 19:52

2

Solved

I'm using spectron to run integration tests against my electron app. Everything is working fine apart from attempting to test that app settings are persisted properly between app restarts. While ...
Allege asked 4/3, 2017 at 15:27
1

© 2022 - 2024 — McMap. All rights reserved.