holepunchto / brittle

Brittle TAP test framework
Apache License 2.0
81 stars 9 forks source link

Create a VS Code test provider #14

Open voxpelli opened 2 years ago

voxpelli commented 2 years ago

Just adding here to keep track of this request. I may perhaps be able to contribute this eventually. Been wanting to make a VS Code extension for some time.

Links:

jsumners commented 2 years ago

If this is meant to replicate https://node-tap.org/docs/watch/ then I would not want it to be a VSCode extension exclusively. I would want the test runner to support it natively.

voxpelli commented 2 years ago

If this is meant to replicate https://node-tap.org/docs/watch/ then I would not want it to be a VSCode extension exclusively. I would want the test runner to support it natively.

Absolute, I meant it as a complement

davidmarkclements commented 2 years ago

brittle -w is already supported https://github.com/davidmarkclements/brittle#runner

A VS Code integration would be awesome, I think it should probably be a different repo.

If you were to create it I'd happily create an org and put both this repo and your repo into it.

voxpelli commented 2 years ago

A VS Code integration would be awesome, I think it should probably be a different repo.

Totally agree, created this here to keep track of the idea / request, when I or someone else get time for it, then it should totally be its own repo