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

Missing test in Junit report with --functional #913

Open
ax-ml opened this issue Nov 25, 2024 · 0 comments
Open

Missing test in Junit report with --functional #913

ax-ml opened this issue Nov 25, 2024 · 0 comments
Labels

Comments

@ax-ml
Copy link
Contributor

ax-ml commented Nov 25, 2024

Q A
ParaTest version 7.6.0
PHPUnit version 11.4.3
PHP version 8.3.12

Summary

I've noticed that by using the --functional option, the maximum number that can be obtained in the Junit report is equal to the number of processes specified via the -p option.

Example :

If I have a file with 23 tests but I have specified 12 with the -p option, I will only have 12 tests in my report for this file.

Current behavior

With --functional

Look number of tests for each test suite

image

How to reproduce: command, code and error stack trace

Expected behavior

Without --functional

Look number of tests for each test suite

image

@ax-ml ax-ml added the bug label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant