Hi, I’m setting up autotest integration with testrail. Our tests run in 4 threads, but before paralleling I need to create a testrun and then transfer it to a cucumber testrun id. How to run a command that executes once before paralleling?
Use a workflow, and hand data between jobs using a workspace or cache.
https://circleci.com/docs/2.0/caching/
Where Job A is create a testrun and then transfer it to a cucumber testrun id
and Job B1 is tests run
+---> Job B1
|
Job A +----+---> Job B2
|
+---> Job B3
|
+---> Job B4
1 Like