handbook

how to pick a runner suitable for selenium-testing ?

  • we can see a list of runner machines which registered themself on the gitlab-ci server

options:

  • pick a runner with description:'X' and assign it to your project of type:'X'
  • example: pick a runner which described as: 'runner for a mean project' if you want to test your repository using command: 'grunt test'
  • if you want a runner-machine which is not listed - build one or ask the integrator-person to do it.

pick a runner dedicated for running selenium tests