Page MenuHomeDevCentral

Test HTML and Markdown outputs
ClosedPublic

Authored by dereckson on Feb 7 2022, 06:03.
Tags
None
Referenced Files
F12059488: D2503.id6314.diff
Sun, Sep 28, 17:00
F12016180: D2503.id7009.diff
Sun, Sep 28, 00:41
Unknown Object (File)
Fri, Sep 26, 01:34
Unknown Object (File)
Thu, Sep 25, 14:08
Unknown Object (File)
Wed, Sep 24, 19:23
Unknown Object (File)
Wed, Sep 24, 17:50
Unknown Object (File)
Mon, Sep 22, 05:41
Unknown Object (File)
Sun, Sep 21, 13:09
Subscribers
None

Details

Summary

This change provides the classes architecture,
and the output tests.

Follow-up changes will provide concrete implementation.

Ref T1678.

Test Plan

Integration tests provided

Diff Detail

Repository
rKREPORT Keruald Report
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningtests/WithSampleReport.php:21PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningtests/WithSampleReport.php:22PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningtests/WithSampleReport.php:26PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningtests/WithSampleReport.php:35PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Warningtests/WithSampleReport.php:36PHPCS.W.Generic.Files.LineLength.TooLongGeneric.Files.LineLength.TooLong
Unit
Test Failures
Branch
arcpatch-D2503_1
Build Status
Buildable 3906
Build 4157: arc lint + arc unit

Unit TestsFailed

TimeTest
1 msKeruald\Reporting\Tests\Output\HTMLOutputTest
Keruald\Reporting\Tests\Output\HTMLOutputTest::testRender Failed asserting that two strings are equal.
1 msKeruald\Reporting\Tests\Output\MarkdownOutputTest
Keruald\Reporting\Tests\Output\MarkdownOutputTest::testRender Failed asserting that two strings are equal.

Event Timeline

dereckson created this revision.

Seems to work fine, see D2505 for some fixes.

@DorianWinty was able to use this to create a report output.

Test failure is expected, implementation is D2505.

This revision is now accepted and ready to land.Feb 9 2022, 17:37
This revision was landed with ongoing or failed builds.Feb 9 2022, 17:41
This revision was automatically updated to reflect the committed changes.