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

[Bug]: arch preset laravel only runs when using parallel #1250

Open
henzeb opened this issue Sep 13, 2024 · 1 comment
Open

[Bug]: arch preset laravel only runs when using parallel #1250

henzeb opened this issue Sep 13, 2024 · 1 comment
Labels

Comments

@henzeb
Copy link

henzeb commented Sep 13, 2024

What Happened

I have setup the laravel preset for my tests. I set one up to fail. (added dd somewhere in my code) But it didn't run. Until I use --parallel option.

How to Reproduce

  • the obvious installation steps with laravel
  • setup laravel arch preset
  • add a dd somewhere in the codebase
  • run pest
  • run pest --parallel

Sample Repository

No response

Pest Version

3.0.6

PHP Version

8.3.10

Operation System

Linux

Notes

another thing with parallel is that it seems to group tests and reports just the first error of that group.

@henzeb henzeb added the bug label Sep 13, 2024
@henzeb henzeb changed the title [Bug]: aarch preset laravel only runs when using paralell [Bug]: aarch preset laravel only runs when using parallel Sep 13, 2024
@henzeb henzeb changed the title [Bug]: aarch preset laravel only runs when using parallel [Bug]: arch preset laravel only runs when using parallel Sep 13, 2024
@gehrisandro
Copy link
Contributor

I am not able to reproduce the issue.

Could you please create a demo repo with the bug?

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

No branches or pull requests

2 participants