Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for parallel testing #157

Closed
SkepticalHippo opened this issue Aug 4, 2021 · 2 comments
Closed

Support for parallel testing #157

SkepticalHippo opened this issue Aug 4, 2021 · 2 comments

Comments

@SkepticalHippo
Copy link

  • Browser Kit Testing Version: 6.2.2
  • Laravel Version: 8.51.0
  • PHP Version: 8
  • Database Driver & Version: MySQL 5.7

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:

  • Write a test that extends Laravel\BrowserKitTesting\TestCase.
  • Run tests using php artisan test --parallel.
@driesvints
Copy link
Member

We have no plans for this sorry.

@nafiesl
Copy link

nafiesl commented Aug 4, 2021

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants