theintern / intern

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

Add process for publishing standalone webdriver and tunnel packages #1115

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

The separate leadfoot and digdug repositories were recently deprecated, and their code was pulled back into Intern. This will make maintenance of Intern much simpler, and should speed up development of the tunnel and webdriver code. However, a number of users appreciated having standalone versions of those packages (theintern/digdug#79).

Update this repo so that standalone tunnel and webdriver packages (they can still be called @theintern/digdug and @theintern/leadfoot) can be published from the Intern codebase. The primary goal is still to keep Intern's development as frictionless as is reasonable, so we should avoid a formal monorepo setup if possible.