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
Lack of a feature, as far as I know. I don't think it ever worked. It would be a good addition though, and I'd be happy to review a PR that adds it.
The code that processes and displays results comes from the JetBrains platform itself, not this plugin, so outputting the spec locations in the same way as the bundled Mocha and Jest reporters should work. I think adding locationHint attributes to the relevant reporter events is the right way to communicate the filename, e.g. ##teamcity[testStarted name='My Spec Name' locationHint='file://some/path/.js' /* ... */]. I'm not sure how to provide the line number though.
I'd be happy to review a PR that adds this feature, if you or anyone else wants to take it on.
In other test suite plugins I'm able to hit F4 on the test and this takes me to the source code of this test, in IdeaJasmine I can't do this.
Expectation
it
test to the code of this testActual behaviour
I'm not sure if this is my misconfiguration, a bug or a lack of a feature.
The text was updated successfully, but these errors were encountered: