I set up a parallel test run in a 2x browser in the TestNG file. Locally tests pass without problems. But at Jenkins, at least half of it fills and skip at the initial stage. in the TestNg file, the setting was

<suite name ="Project Name" thread-count = "2" data-provider-thread-count = "2"> <test name = "test" parallel = "methods"> <classes> <class name = "Suite1"/> <class name = "Suite2"/> <class name = "Suite3"/> <class name = "Suite4"/> ... </classes> 
  • set a delay so that the code can be downloaded from the server - spectre_it

0