Hello there!
This is my sponsor's toolbox which is a collection of tools that I've made just for you my awesome sponsors.
Every feature you've ever wanted in the Deno command line interface and then some you did not know you wanted.
This serves as a playground for things I may implement in Deno at some point in time and things that just doesn't make sense to put into Deno like tooling for web browsers.
You can install sponsor by running the following command:
deno install --allow-all --unstable https://deno.land/x/sponsor/main.js
There is also a canary version available, which you can install with this command:
deno install --allow-all --unstable https://sponsor.land/main.js
The test
tool provides a fairly magical test runner which runs tests with deno's test
runner but swaps out the harness with one that runs the tests in the browser with the help of the web
inspector protocol.
Run a test suite in headless Chrome:
sponsor test --headless --browser chrome
Run a test suite in headless Firefox:
sponsor test --headless --browser firefox
No, there is not.