chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
mauricio.szabo 2019-09-15T13:16:29.009300Z

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

mauricio.szabo 2019-09-15T13:18:09.010900Z

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...

2019-09-15T22:30:20.015900Z

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.