• Dmitry Guketlev's avatar
    Provide JS tests absolute file path · b16ff8db
    Dmitry Guketlev authored
    Case:
    1. Start any js browser_test
    2. Open dev tools
    3. All test js files will be listed all together without any host or
       folders
    
    It's not very convenient behavior for debugging tests. For example it's
    very difficult to map them to local files with vscode or webstorm.
    
    Suggestion is to add absolute path to test files. This will group them
    in dev tools in correct tree and automaticly map in external debugger.
    
    Change-Id: If30c27e395c9cfc100469b740936c0f4e615b0ba
    Reviewed-on: https://chromium-review.googlesource.com/947944Reviewed-by: default avatarScott Violet <sky@chromium.org>
    Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
    Commit-Queue: Scott Violet <sky@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#543126}
    b16ff8db
javascript_browser_test.cc 5.38 KB