laravel / browser-kit-testing

Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
509 stars 75 forks source link

Support for parallel testing #157

Closed SkepticalHippo closed 3 years ago

SkepticalHippo commented 3 years ago

Description:

It doesn't look like browser-kit-testing has support for the new parallel testing functionality.

Is it something that would be considered to be added to the library, or should it only be used to support apps that have these legacy tests?

I'd be open to attempting a PR for this.

Steps To Reproduce:

driesvints commented 3 years ago

We have no plans for this sorry.

nafiesl commented 3 years ago

Hello @SkepticalHippo what kind of issue did you get when running the parallel test?

This project uses the new parallel test with no issue. https://github.com/nafiesl/free-pmo (Check the .travis.yml file. All of the tests are extending the Browserkit test package. But I am using in memory sqlite DB there.)