-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Expose more data in reporters for IDE integrations #8840
Comments
@SimenB I'm keen to scope out what this'll take implementation-wise, if you've got some time :) |
That's wonderful @G-Rath, thank you!
This is essentially #6616, so if you wanna work on that, I'd start by taking a look at #9001 and break it up into smaller parts we can land separately. @rogeliog has already listed the 4 things it does in the OP - I'd break them all out into separate PRs. I'd personally do it in the order 2, 1, 3, 4 since they all build upon one another. 2 and 1 are not dependent on one another, but 3 and 4 depend on both of them, and 2 is the change I think will be easiest to land. Happy to discuss these further if you want (feel free to open separate issues, or just fork #9001, rip out the parts you don't need, and open up a PR with that for discussion).
This should be way easier so I recommend tackling this first - it's "just" exposing more data on the
|
@SimenB thanks for that amazing detailing - that's perfect for me to begin actioning. I'll definitely start with adding the new property on |
@sauravhiremath @kunal-kushwaha you can probably do the first part of this at the same time as MLH-Fellowship#32 etc |
Happy to take PRs |
@SimenB Great news! Let us know about the progress. Thank you. |
@SimenB Great! Regarding benefits of using Jasmine reporter, I don't have a complete list unfortunately.
Some of them I could recall:
describe
/test
/it
: it allows to attach output to correct node in a test tree, and, when debugging, you can see live output ofconsole.log
/process.stdout.write
.Originally posted by @segrey in #8118 (comment)
The text was updated successfully, but these errors were encountered: