How to scale docker containers based on Testcase count | Selenium Forum
G
gokulcse11 Posted on 04/08/2021

I got this question in my recent interview.

 

Interviewer gave me this scenario

---------------------------------------

In Future the test case count may increase/decrease. So based on that docker containers should scale and execute test cases in docker containers.

 

How to do that?