Re: Jenkins plugin to perform UI search

2018-01-04 Thread Stephen Connolly
How would you do this outside of Jenkins from the command line? It will be much easier to test and debug if you can use a command sequence to do the test. Try not to encode the How of your build in Jenkins... let Jenkins be the coordinator that decides Which of the Hows to invoke On Thu 4 Jan

Jenkins plugin to perform UI search

2018-01-04 Thread Vk
Hi, I am currently using Jenkins to perform sanity check of my application post the CI To do that I need to search for specific characters and output in an UI. For example " Search for the character "WELCOME" in a web page. Could you please suggest options or Plugins for the same ? Thanks