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
What you see is that tests are reported per test suite (file) and each file reports all tests ran in that file.
I have already prepared the files for you with the base structure. The files are in /src/jasmine/reporter.ts and /src/mocha/reporter.ts.
For now we do not have to do the snapshots, but we will definitely look into supporting them in the future as I wrote a custom package for mocha snapshots some time ago.
The text was updated successfully, but these errors were encountered:
@nishatshama please add support for Mocha and Jasmine.
All we need is a reporter that stores following format:
What you see is that tests are reported per test suite (file) and each file reports all tests ran in that file.
I have already prepared the files for you with the base structure. The files are in
/src/jasmine/reporter.ts
and/src/mocha/reporter.ts
.For now we do not have to do the snapshots, but we will definitely look into supporting them in the future as I wrote a custom package for mocha snapshots some time ago.
The text was updated successfully, but these errors were encountered: