microsoft / vscode-test-cli

Command-line runner for VS Code tests
MIT License
20 stars 8 forks source link

initial working version #1

Closed connor4312 closed 11 months ago

connor4312 commented 11 months ago

This creates a @vscode/test-cli NPM module that exposes a vscode-test command line.

This reads a configuration file, described in the readme, and runs all tests defined therein by default. Multiple configurations can be defined, in which case they are all run sequentially.

See previous discussion on https://github.com/microsoft/vscode-test/pull/235 This is largely the same as the version in that PR, with the addition of a reporter and addressed comments.

aeschli commented 11 months ago

Cool! On the naming, I'd suggest to bring mocha into it. If I understand this right, it's a mocha wrapper around our extension test runner. Maybe @vscode/test-electron-mocha ? I know you want to merge the web runner in there, but I don't know how far you got with that. Someone else might create a wrapper from a different test runner