tomrijndorp / vscode-finditfaster

Find it, but faster! Fast file search for VS Code.
MIT License
299 stars 29 forks source link

Automated testing features wanted! #53

Open tomrijndorp opened 1 year ago

tomrijndorp commented 1 year ago

I built this extension a couple years ago. We're now in a situation where this extension:

As such, we'd greatly benefit from having automated testing in CI. I have a Circle CI instance set up that ensures that at least the extension can be installed and loaded, but that's it.

I'm no hero on VS Code extension testing, and my expectation is that due to its reliance on the terminal, there may not be enough features to effectively do this. That said, if anybody has experience / ideas and would like to give this a stab, I'd greatly appreciate it.