tape-testing / tape

tap-producing test harness for node and browsers
MIT License
5.77k stars 307 forks source link

Update readme.markdown #511

Closed rgruesbeck closed 4 years ago

ljharb commented 4 years ago

Can you elaborate a bit on the use cases of this? The readme doesn't make it particularly clear; you can already pipe tape output anywhere.

rgruesbeck commented 4 years ago

thanks for taking a look, my use case is developing for KaiOS devices. I needed to run tests on the physical device but would like to have the flexibility of getting the output on my development machine. (for tagging builds, piping to pretty reporters, etc) I originally tried to use testling with the -u flag, but my use case requires that I load the KaiOS app as a "packaged" app and not a "hosted" one that I can visit at a url.