Skip to content

Tags: reinholdfuereder/robo-paracept

Tags

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update codebase to PHP 7.4 (Codeception#93)

Co-authored-by: KJunker <[email protected]>
Thanks to @TavoNiievez for his contribution

1.3.1

Toggle 1.3.1's commit message
autoloading splitter

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.2.4

Toggle 1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix/91 fixing html merger (Codeception#92)

* Issue HTML Report Merger
- continue if html report file did not exist
- print task warning message

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bugfix/number of elements in group (Codeception#82)

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Feat tests from allow string or array (Codeception#78)

* testsFrom() method allow string or array

* testsFrom() method allow string or array

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hotfix/remove return from tests splitter task run (Codeception#68)

* Create php.yml

* fixing return type for run method in TestsSplitterTask.php

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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