You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# test › Make test
not ok 22 - test › Make test
---
name: AssertionError
assertion: assert
operator: '!!'
values:
'Value is not truthy:': 'false'
at: |-
assert (test/services/test/test.js:47:7)
t (test/services/test.js:40:14)
...
But what I want is additional information that I can parse later to a JSON.
I tried it with test.log() but it always prefixes an asterisk (*) so the default tap-parser ignores it =/
# test › Make test
not ok 22 - test › Make test
* ---
* lala: lolo
* ...
---
name: AssertionError
assertion: assert
operator: '!!'
values:
'Value is not truthy:': 'false'
at: |-
assert (test/services/test/test.js:47:7)
t (test/services/test.js:40:14)
...
Is it impossible to add just some payload to the tap output? This is so inflexible...
The text was updated successfully, but these errors were encountered:
smyth64
changed the title
Adding additional output to tap
Adding additional information to tap output
Aug 20, 2019
In my tap output I get this:
But what I want is additional information that I can parse later to a JSON.
I tried it with test.log() but it always prefixes an asterisk (*) so the default tap-parser ignores it =/
Is it impossible to add just some payload to the tap output? This is so inflexible...
The text was updated successfully, but these errors were encountered: