theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 310 forks source link

Use pre-built CBT tunnel #1163

Closed jason0x43 closed 4 years ago

jason0x43 commented 4 years ago

Currently, CrossBrowserTestingTunnel uses npm to install cbt_tunnels. This doesn't play well with alternative packaging systems such as pnpm. CBT also publishes built versions of the tunnel with each release. Use those.