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
When we run our citgm tests we pre-create a tap file with useful meta data in about the jenkins job (etc). The problem with citgm is that it overwrites this file. However easy it would be to just append this data afterwards, it would be useful if we could just tell citgm-all that we want to append using -a or something
The text was updated successfully, but these errors were encountered:
@GeorgeAdams95 I think that this could be done by alternating between readFileSync and appendFileSyncin the reporter
Would you be interested in submitting a Pull Request?
This does bring up some interesting problems with our current logging set up. I have discussed with @bengl before about a major refactor of the logging in CITGM, perhaps this is a bigger project you might be interested in.
Yes i'm happy to put together a pull request. I was speaking with @gibfahn about whether we could find a way to append to a tap file test-by-test rather than as one batch at the end but obviously this would be something more major. But yeah, I would be interested in a project like that
When we run our citgm tests we pre-create a tap file with useful meta data in about the jenkins job (etc). The problem with citgm is that it overwrites this file. However easy it would be to just append this data afterwards, it would be useful if we could just tell citgm-all that we want to append using -a or something
The text was updated successfully, but these errors were encountered: