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

GD-573: Fixed the inspector double-click, inherited tests to jump to the script where the test are located #574

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

MikeSchulze
Copy link
Owner

Why

see #573

What

  • use the script_path provided by the test case and enrich the inspector item with this metadata META_SCRIPT_PATH
  • use the META_SCRIPT_PATH on select event to jump to the script where the test are located

…ight script

# Why
see #573

# What
- use the `script_path` provided by the test case and enrich the inspector item with this meta data `META_SCRIPT_PATH`
- use the `META_SCRIPT_PATH` on select event to jump to the script where the test are located
@MikeSchulze MikeSchulze self-assigned this Sep 19, 2024
@MikeSchulze MikeSchulze added the bug Something isn't working label Sep 19, 2024
@MikeSchulze MikeSchulze merged commit 3612ef5 into master Sep 19, 2024
@MikeSchulze MikeSchulze deleted the GD-573 branch September 19, 2024 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-573: Inspector: double-click, inherited tests not jump to the right script
1 participant