Tags: reinholdfuereder/robo-paracept
Tags
Update codebase to PHP 7.4 (Codeception#93) Co-authored-by: KJunker <[email protected]> Thanks to @TavoNiievez for his contribution
Group loader fixes (Codeception#96) * fixed loading groups in filter * make all tasks to return results * added warning that relative path not set * fixed codestyle
Bugfix/91 fixing html merger (Codeception#92) * Issue HTML Report Merger - continue if html report file did not exist - print task warning message
Bugfix/xml merger do not throw exception of missing xml (Codeception#88) * Issue XML Report Merger - continue if xml report file did not exist - print task warning message
html report merger skip not existing report (Codeception#85) * Issue Codeception#31 - Fixing headerline from NOT OK to Standard FAILED after merge - continue if report html file did not exist - print task warning message
Feat tests from allow string or array (Codeception#78) * testsFrom() method allow string or array * testsFrom() method allow string or array
Hotfix/remove return from tests splitter task run (Codeception#68) * Create php.yml * fixing return type for run method in TestsSplitterTask.php
Feature/reporter ext and splitter for failed tests (Codeception#66) * Create php.yml * Added a FailedTestsReporter which catched all failed Tests and write it to the failedTests.txt * outsourced method which groups the files/tests * FailedTestSplitterTask.php created, Tests for the Task * Updated Readme.md, fixed Returntype in trait
PreviousNext