test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

🪲 fixed "Error: TypeError: Cannot read properties of undefined (readi…

Open uebelack opened this issue 1 year ago • 3 comments

…ng 'split')" if failure element is empty

closes #159 closes #241

uebelack avatar May 22 '23 13:05 uebelack

@uebelack, could you please fix all CI and I will merge it.

Thanks for your help

j-catania avatar Dec 17 '23 20:12 j-catania

The bug with calling .split() on undefined object was fixed in #258.

We will add the new unit test from this PR, but the change in the getFirstNonEmptyLine() function is no longer necessary.

jozefizso avatar Dec 31 '23 09:12 jozefizso

And the new report from jest in junit format test overwrites pulsar-test-results.md output file which is used by other test.

jozefizso avatar Dec 31 '23 09:12 jozefizso