Skip to content
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

I would like to click on urls to jump to the source code #13

Open
stefaneidelloth opened this issue Jul 25, 2017 · 0 comments
Open

I would like to click on urls to jump to the source code #13

stefaneidelloth opened this issue Jul 25, 2017 · 0 comments

Comments

@stefaneidelloth
Copy link

stefaneidelloth commented Jul 25, 2017

If some test fails I get information about the cause. It would be even more comfortable if I could click on the url to directly jump to the source file.

a) Maybe it would be possible to provide a setting that allows to specify a custom command line command for jumping to the source, e.g.

MyFavoriteEditor.exe -file {filepath} -line {lineNumber}
...
where {filepath} and {lineNumber} are place holders that will be replaced by the actual data. I currently use VisualStudio as editor.

b) If this is not possible due to browser security constraint it might be possible to open the source in the development tools of the browser?

c) If there already is an easy alternative for navigating from failed tests to the responsible source please let me know.

Example for info about failed tests:

Failed | Viewmodel: energyCarrierDetail :: Public API :: existance of attributes -- | --
Uncaught TypeError: Cannot read property 'async' of undefined thrown The passed parent of the attributes must not be null! at Object. (Leen.Managementsystem.Tests/App/viewModels/etbAndUser/energyCarrier/energyCarrierDetail.spec.js:69:21)

  | Failed | Viewmodel: energyCarrierDetail :: Public API :: existance of methods
Uncaught TypeError: Cannot read property 'async' of undefined thrown The passed parent of the methods must not be null! at Object. (Leen.Managementsystem.Tests/App/viewModels/etbAndUser/energyCarrier/energyCarrierDetail.spec.js:75:21)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant