bitovi / testee

Automated cross-browser JavaScript testing made easy
https://www.npmjs.com/package/testee
MIT License
119 stars 27 forks source link

Proposal: Remove Tunnel Functionality in Favor of Some Guides #177

Open frank-dspeed opened 5 years ago

frank-dspeed commented 5 years ago

Testee uses daffls outdated miner package that uses a outdated localtunnel package to expose urls lets use ngrok which is a successor over that method and is better maintained :+1:

To Archiv this we should add some extra info to the readme and guides and remove the internal tunnel functionality directly as this adds only useless maintance overhead and is to individual to handle

this also solves directly issues in some more donejs packages and in all projects.

https://www.npmjs.com/package/ngrok

frank-dspeed commented 5 years ago

https://github.com/donejs/donejs/issues/1110#issuecomment-416041064

frank-dspeed commented 5 years ago

Guide Example

run the testee (server) inside your project directory and point your browser to its url. if you need remote testing or browser stack use ..... with the local testee server to expose it to the web