Closed SkepticalHippo closed 3 years ago
We have no plans for this sorry.
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.)
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:
Laravel\BrowserKitTesting\TestCase
.php artisan test --parallel
.