Hi Srikanth, Can you confirm if Visual studio is required for running UI tests on azure? I am using Ruby currently and virtual box on mac book to run webdriver tests on IE. Can I point the existing ruby scripts to Azure and run? Can you please let me know? Thanks in advance
live is impossible AFAIK with this setup and not a common requirement in distributed mode, but you may take screen grabs and stream them to any connected storage. You may consider VM Scale sets instead of AKS where you can RDP and watch the tests running.
this tutorial saved my job. thank you so much!
Awesome Srikanth
You have detailed out almost everything i was looking for.
Keep you posted if got any doubt/questions.
Once again thank you :)
Thank you sir for the great explanation.. Dil se sukriya
wow this is awesome.. You should create more videos and it will be very useful for all
Thank you so much Srikanth! It was awesome session learned many things from it...
How to set up jmeter with selenium web driver in AKS
Can you create one with setting up appium with selenium?
How to run test cases on Azure devops with selenium with appium?
Hi Srikanth is there any way I can see live UI of Pods during test run ?
How can we do this via yaml pipelines ? so we need no to run all these commands. Good video.
Great rundown. Would be good if we can simply deploy the sample using a ARM template to try it out.
Hello Srikanth
What should we do if we have to update the version of chrome driver and chrome ?
Great content. Thanks a lot for this presentation and video
Hi Shrikant, Does the image used here is meant to be execute Grid on port 4444 only. Other ports are not working ?
Can u explain the same in Selenium- java with TestNg
Hi Srikanth, Can you confirm if Visual studio is required for running UI tests on azure? I am using Ruby currently and virtual box on mac book to run webdriver tests on IE. Can I point the existing ruby scripts to Azure and run? Can you please let me know? Thanks in advance
Hi Srikath! Could you please share the github repo details here?
Thanks for asking, you can find it [here] (github.com/vishwanathsrikanth/mycode/tree/master/aks-seleniumgrid)
There was a typo. Here is the correct url - github.com/vishwanathsrikanth/mycode/tree/master/aks-seleniumgrid
Hi Srikanth is there any way I can see live UI of Pods during test run ?
live is impossible AFAIK with this setup and not a common requirement in distributed mode, but you may take screen grabs and stream them to any connected storage. You may consider VM Scale sets instead of AKS where you can RDP and watch the tests running.