Added new version of PHPUnit reporter #41
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates and improvements to the Qase PHPUnit reporter. The most important changes involve the introduction of GitHub Actions for CI, extensive updates to the
README.md
for better documentation, and the addition of new attributes for test annotations.CI/CD Integration:
.github/workflows/php.yml
: Added a GitHub Actions workflow to automate the PHP build and tests across multiple PHP versions.Documentation Enhancements:
README.md
: Improved documentation with detailed installation instructions, examples of usage, configuration options, and requirements.Package Configuration:
composer.json
: Updated package metadata, dependencies, and configuration to support PHP 8.0 and PHPUnit 9.Test Configuration:
phpunit.xml
: Simplified PHPUnit configuration file.phpunit.xml.dist
: Removed redundant PHPUnit configuration file.Attribute Annotations:
Field
,Parameter
,QaseId
,Suite
,Title
) and their corresponding interfaces in thesrc/Attributes
directory to support test annotations. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]