Skip to main content

Code Jump

The Code Jump feature allows developers to click on a reproduction step to jump directly into the relevant source code line.

How to Use Code Jump

When using the Magic Report feature, each reproduction step automatically gets a Code Jump link.

If instead you want to manually add additional code jump links to some text in your bug report:

  1. Select the Text:

    • Select some text in your bug report.
  2. Select an HTML Element:

    • Click the Code Jump button to enter a selection mode.
    • The selection mode will visually highlight the currently hovered element.
    • Click on any element.

That's it! The tool will turn the selected text into a hyperlink that opens the exact line of code in the codebase where the HTML element is defined.

Benefits

  • Ease of Reference: Testers can refer to specific elements on the website more easily. This will allow for a clearer communication and avoid misunderstandings.
  • Time-Saving for Developers: Developers can save time by directly jumping to the relevant code, eliminating the need to search for elements manually.