bahmutov / cypress-split

Split Cypress specs across parallel CI machines for speed
MIT License
201 stars 23 forks source link

cypress-split: split 0 of 3 #109

Closed testingnotebook closed 8 months ago

testingnotebook commented 9 months ago

I have a github action like below form following the guides and noticed in the output of the split it says: Agent 1: 'cypress-split: split 0 of 3' Agent 2: 'cypress-split: split 1 of 3' Agent 3: 'cypress-split: split 1 of 3'

Expected split 1 of 3, split 2 of 3, split 3 of 3

`name: Cypress Tests on: push: branches:

bahmutov commented 9 months ago

I have not noticed anything suspicious in my https://github.com/bahmutov/cypress-split-example All indices seem correct for all agents. I will change the language for the "split k of N" since it is a little confusing with zero-based indices.

bahmutov commented 9 months ago

Is it still not working? Can you turn on debugging logs and see what it says? https://github.com/bahmutov/cypress-split#debugging

testingnotebook commented 8 months ago

Is it still not working? Can you turn on debugging logs and see what it says? https://github.com/bahmutov/cypress-split#debugging

Hi, sorry missed your message.

I can see on v1.15.4 these changes so this looks fixed now.

cypress-split: there are 3 found specs
cypress-split: chunk 1 of 3
cypress-split: specs from the current directory /home/runner/work/cypress-split-example/cypress-split-example

Thanks!