Questions tagged [spectron]

Spectron is a testing framework, built upon ChromeDriver and WebdriverIO, for end to end testing Electron applications.

Spectron is built by the Electron team to make end to end testing Electron apps easy. As of 2017 it's the only e2e testing framework with native support for Electron.

It's a wrapper around WebdriverIO which their API's is almost the same, except the additional Electron parts.

123 questions
0
votes
0 answers

Testing apps made of electron application framework

I am new to JS and electron in general, always been a back end dev using languages such as java and C#, I briefly worked on an older Perl project as well. I have been tasked to create tests for one of our newer apps made in electron, I know that it…
Harvey Lin
  • 605
  • 9
  • 23
0
votes
2 answers

Jasmine - Getting "describe is not defined" when run the script using spectron

I have install spectron using the following command npm install -g spectron but i am unable to run globally. So I install locally as you said. have installed Jasmine and i have specified test scrips as jasmine in package.json var Application =…
0
votes
1 answer

How to automate desktop application developed using electron framework?

Our application is developed using electron framework. it is a standalone application. I have seen that spectron is the framework which is used to automate electron application. but i am not sure whether it is applicable for desktop application.…
1 2 3
8
9