-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update reporter.ts to allow for multiple CaseIDs #284
Update reporter.ts to allow for multiple CaseIDs #284
Conversation
E.g. it(`C00001 C00002 should do two things`)...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the patch, mind adding some unit tests for this?
@christian-bromann Been trying to mock up all the testStats and have run into a roadblock, namely with TestStat's Could use some assistance. I have some mockable test JSONs but am getting tripped up on mocking that essential property. |
How can I assist? |
@christian-bromann Looking for some insight on how best to mock the Currently having difficulty around some of the |
Co-authored-by: Christian Bromann <git@bromann.dev>
Sl/unit test fixing
@christian-bromann Unit tests have been added, and updated README to illustrate usage. |
@christian-bromann Hi Christian, I see that there's a status check failing regarding test/build, however none of the change I made are related to that failing status check. Can you take a look? |
mhm .. not sure where it comes from, mind pushing a fix for it into this working branch? |
@spencerlavallesonos can we update the Node.js version within the pipeline to Node v18? |
@christian-bromann I've updated the node-version matrix to run from v |
This does the trick but unfortunately there seem to be 2 eslint issues now. |
Yep yep, sorry for all the back and forth, I'll make it squeaky clean now. 🖖 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work 🎉 Thanks a lot!
fa6e561
into
webdriverio-community:main
E.g.
it('C00001 C00002 should do two things', async function () {...