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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: