Y
Hacker News
new
|
ask
|
show
|
jobs
by
simonw
1601 days ago
Electron appear to have dropped support for their previous automated testing framework Spectron -
https://github.com/electron-userland/spectron/blob/master/RE...
- and now suggest Playwright as an alternative:
https://www.electronjs.org/docs/latest/tutorial/automated-te...
and
https://playwright.dev/docs/api/class-electronapplication/
1 comments
eatonphil
1601 days ago
WebDriver or Playwright. I switched from Spectron to selenium-webdriver.
link