cypress-split
cypress-split copied to clipboard
Split Cypress specs across parallel CI machines for speed
Local Docker
Hey Gleb, thanks for your work on this project. I saw in your blog post here: https://glebbahmutov.com/blog/cypress-parallel-free/ that this project could be used locally using Docker containers. I spent the...
cypress-split finds and reads the timings file correctly, but cannot find the individual specs in it. The reason is that the path in the timings file and the path that...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
Wanted to open a discussion about the intended behaviour of `SPLIT_TIME_THRESHOLD` in conjunction with `SPLIT_OUTPUT_FILE`. **Context** In my CI setup, the original `timings.json` file is kept in `cypress/e2e//timings.json`, and I...
I started getting this error after bumping the version from `1.18.5` to `1.23.0`. It seems like it's coming from `find-cypress-specs` but I couldn't pinpoint it. ``` Error: File '../../tsconfig.base' not...
To reproduce the issue described in #267 : 1. Run `npm run timings-alternative-config` to generate split file 2. Run `npm run timings-alternative-config` again to see the durations 3. Observe that...
I'm having an issue with the following command: `$ SPEC="cypress\folder1\**\*.spec.ts, cypress\folder2\**\*.spec.ts" npx cypress run --env split=1,splitIndex1=1` The command is not working as expected. It seems to skip all files, stating...
How to split specs if the user has used `cypress run --spec ...` parameter? Related to https://github.com/cypress-io/cypress/issues/26032
Hi, thanks for making such a great package. cypress: 12.17.4 cypress-split: 1.17.0 command: npx cypress run --browser chrome --env split=4,splitIndex=1,splitFile=timings.json,DEBUG=cypress-split I have generated a timings.json file, but when attempting to...