I have a webserver with protractor tests on it, i want to setup endless testing with saucelabs.
They say just add sauceLabs user and key to the conf.js
file of protractor.
Should I use cron or something else to make it endless testing loop ?
This is something you should not solve on the protractor level.
Use jenkins or other continuous integration servers, or simply schedule it in cron.