Gleb Bahmutov

Results 551 comments of Gleb Bahmutov

I wonder if it would work - the thing about local docker containers is that the local machine often struggles and the tests slow down a lotSent from my iPhoneOn...

I love it. Is there a repo with a simple setup showing your compose file?

Let’s see the entire code in one place before we decide :)Sent from my iPhoneOn Jan 11, 2024, at 20:45, Tony Brobston ***@***.***> wrote: I love it. Is there a...

No not yet, has been pretty busy On Wed, Jan 24, 2024 at 10:26 AM Tony Brobston ***@***.***> wrote: > @bahmutov Have you had a chance to take a >...

Mind opening a PR with a test that shows the problem and the fix?Sent from my iPhoneOn Apr 12, 2024, at 07:49, Adam Bozzay ***@***.***> wrote: I think this solves...

Could you try different versions between 1.18 and 1.23 to locate the breaking version?Sent from my iPhoneOn Apr 19, 2024, at 10:32, Sevil Yılmaz ***@***.***> wrote: I started getting this...

Great, now can you provide debug logs when running with DEBUG=cypress-split,find-cypress-specs ? On Fri, Apr 19, 2024 at 2:02 PM Sevil Yılmaz ***@***.***> wrote: > The error starts appearing from...

I have tested the `SPEC` wildcards in https://github.com/bahmutov/cypress-split/pull/260 and they work on Mac and Linux. You could try debugging it by running with `DEBUG=cypress-split` variable to see the debug output

@SebeFromGermany if this is still a problem, do you mind opening a PR with a fix?

Probably can replace `--spec ...` with `--config specPattern=...` equivalent