AymmoT
AymmoT
I would look into this one as well, if you could give me some ideas on where to start looking.
I'm not sure this is a problem for this plugin. It seems like your dockerfile or CI job config was faulty at first.
Can confirm that simply replacing --spec with --config specPattern= equivalent works. Replaced `--spec \"tests/cypress/integration/**/*_spec.*\"` with `--config specPattern=\"tests/cypress/integration/**/*_spec.*\"` And everything worked as expected.
I tried both with `cypressSplit` first and with `cypressSplit` after `@cypress/grep` , with the `cypress-on-fix` if that somehow changes something ( don't think it does ) And running ``` SPLIT_FILE=timings.json...
Coming back here after a year, better late than never, but if someone searches here, I hope they find this comment. The order of the plugins indeed matters, and the...
I got it to work using [cypress/@grep](https://github.com/cypress-io/cypress-grep). Check out the setup in my [test repo](https://github.com/tommy-anderson/cypress-split-test/blob/master/package.json).