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

Enhance test result parser #255

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

tinghom
Copy link

@tinghom tinghom commented Jan 4, 2025

This PR fix an issue where locationHint starting with 'file://'
was incorrectly identified as non-Pest test files. This was observed with:

  • PHP 8.1.31
  • Pest 2.36.0
  • PHPUnit 10.5.36

##teamcity[testSuiteStarted name='/path/to/workspace/phpunit.xml'' locationHint='file://tests/Feature/ExampleTest.php' flowId='OOOO']

or

##teamcity[testSuiteStarted name='Test Suite' locationHint='file://tests/Feature/ExampleTest.php' flowId='OOOO']

@recca0120 recca0120 closed this Jan 6, 2025
@recca0120 recca0120 reopened this Jan 8, 2025
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

Successfully merging this pull request may close these issues.

2 participants