java - Is there a way to run Bamboo tests simultaneously? -


Currently, I have been configured to run two selenium-janit tests which can be used on bamboo Is configured for. A test machine runs on (installed Selenium etc.) and the other machine is B (Selenium etc.) installed. When kicked, Bamboo makes a on A machine and an enqueues on Machine B. My question is, how can Kent handle bamboo multithreading? Or there is no way around this problem

I have not used bamboo v3, but this It looks like you should be able to carry it forward to that version, because it supports a comprehensive "pipeline build system".

What I have read, you will define your two selenium tests which are executed in those executed tasks. Only one stage, unless you have enough agents available, they should be executed in parallel.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -