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

TestCases should be able to show their error line at where the test case name is defined #126

Open
JustinGrote opened this issue Nov 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@JustinGrote
Copy link
Collaborator

JustinGrote commented Nov 3, 2022

We should be able to do at least a lazy attempt to look for "My Test " and go thru the AST parser looking for a hashtable with the same name property. If for whatever reason this fails we'd just fall back to the top test name.

This would be static analysis for a string only, any variables used in this location would not work.
image

@JustinGrote JustinGrote added the enhancement New feature or request label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant