actano / karma-cbt-launcher

Karma-Launcher for CrossBrowserTesting
1 stars 3 forks source link

CBT updates #3

Open TimmyTango opened 6 years ago

TimmyTango commented 6 years ago

Updated launcher to use our nodejs tunnel and removed Babel/ES6. Also added in compatibility to run concurrent tests with webdriver version < 4.

marcmenn commented 6 years ago

What is your intended target engine? Do you plan to use another linter? any kind of CI?

TimmyTango commented 6 years ago

Marc, you raised some good points. I initially was targeting the latest LTS release, but decided to add Node 6 support back in. I've also adjusted the version number to be one minor above your last commit. The dependencies have been updated in package.json, as per your suggestion. I have tested this code on node 6.14.1, 8.11.1, and 10.0.0

marcmenn commented 6 years ago

@TimmyTango: I handed over ownership of npm-package karma-cbt-kauncher to you. So you can release your package directly there.