Yes, I was using Spectron, but last Atom version broke the tests. If I update Specton, it somewhat works but keep un-synchronizing with the editor, so tests get really flaky
I currently have 13 test cases. With the new version of spectron, about half of then break in a run (and they are not the same test). I think is some issue with chromium webdriver...
thanks - i was looking at how atom itself does tests and i got the sense they only use some pieces that spectron itself uses, e.g. webdriverio and chromedriver. iiuc, vscode used to test with spectron, but now they use puppeteer and some home-grown bits.