You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
It would be useful to have some end-to-end tests of the distributions we're building with electron-builder. It is especially important because our jest test suite only tests the React side of the application and uses mocks for the electron API, the flask application, and the invest CLI subprocess.
A framework like Spectron, or another inteface to chromedriver or webdriver, could run our packaged application in CI and give us confidence that the Node & Python layers of our application work together as expected.
"Spectron is the officially supported ChromeDriver testing framework for Electron." But it may not be a good choice going forward. There is no release compatible with Electron v10.
It would be useful to have some end-to-end tests of the distributions we're building with electron-builder. It is especially important because our jest test suite only tests the React side of the application and uses mocks for the electron API, the flask application, and the invest CLI subprocess.
A framework like Spectron, or another inteface to chromedriver or webdriver, could run our packaged application in CI and give us confidence that the Node & Python layers of our application work together as expected.
https://www.electronjs.org/spectron
https://sites.google.com/a/chromium.org/chromedriver/
https://webdriver.io/
The text was updated successfully, but these errors were encountered: