TestArmada / magellan

Large Scale Automated Testing for Mocha, Nightwatch, Appium, Nodejs, etc
MIT License
287 stars 44 forks source link

remote testing without saucelabs #197

Closed DamianLion closed 7 years ago

DamianLion commented 7 years ago

We have a remote machine running with a selenium server and multiple browsers. I already set up magellan to test locally. Now I want to use it as part of my Jenkinsfile but I want to test against my remote selenium server is there a possibility ?

Thanks in advance

archlichking commented 7 years ago

@DeltaLikeM At this moment magellan doesn't support selenium grid unfortunately. But selenium grid as an important executing environment should be removed out from the big picture. We've released magellan@10 recently. With the new architecture selenium grid support is totally doable via executor. Please hold on tight for our magellan-selenium-grid-executor.

archlichking commented 7 years ago

Hi @DeltaLikeM, we just released the beta version of https://www.npmjs.com/package/testarmada-magellan-seleniumgrid-executor. Please try it out and let us know what you feel.

DamianLion commented 7 years ago

@archlichking sorry for this late response thank you very much for updating this issue.