adrienleloup
adrienleloup

Adrien Leloup

@adrienleloup

Full-stack dev @ whitecube.be. From Liège, Belgium

16 Posts 57 Views

  • No matching results...
  • Searching...

/ 255

With the new macOS Sequoia releasing today, I wonder, has anyone been using the beta? Are tools like Herd & DBngin compatible already?

100

In response to @treggats

That's the strategy I've adopted until now. But for unit & feature tests, the `--parallel` cli option seems to automatically give you the separate databases setup: laravel.com/docs/11.x/testing#parallel-testing-and-databases

There is no such option for Dusk, you have to do it all by hand, and it's a bit of a chore. I've also had to setup separate chrome driver instances in my case.

Maybe one day I will get some time to hack on this and make a PR that makes it easier.

1

340

Wondering what it would take for dusk tests to be able to run in parallel. Huge dusk test suite is a pain, it takes almost an hour to run.

2

354