jenkins - is possible run selenium with headless browser to handle functionalities? -


my objective running automation based selenium webdriver jenkins, jenkins cannot open browser when build job. modified code run in headless mode. since implementing headless browser, having big question

  • is possible handle end end business on headless browser? cause end end need inspect element process
  • if headless browser cannot handle, have suggestion?

thanks, i'm low integrate automation

you don't have change code run selenium test jenkins in headless mode.

you can use jenkins plugin of headless x server run tests on installed browser. screenshots.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -