Is parallel execution possible with Codeceptjs? #3854
-
| 
         Anyone suggest me to run the parallel execution like we can do in selenium grid  | 
  
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            myrepojuly
          
      
      
        Sep 4, 2023 
      
    
    Replies: 1 comment
-
| 
         This is pretty straight forward. Start your selenium grid as usual. Set the   | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        kobenguyent
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
This is pretty straight forward. Start your selenium grid as usual. Set the
host: <the hub url>andport:<port number>in thecodeceptjsconfig. While running the tests use workers to set the number of workers needed based on the availability of your nodes.