-
Notifications
You must be signed in to change notification settings - Fork 148
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
Step navigation link disappears in the editor of the .feature file #518
Comments
@duylam-katalon can you probably try out version 2.0 (current snapshot): https://cucumber.github.io/cucumber-eclipse/update-site/main/ Version 1.0 is quite outdated sadly, you also mentions groovy does it also happen with a plain java file? I was not aware that groovy projects where supported at all ... |
@laeubi I'm trying it out on my environment, will inform the result then. Thank you |
I installed the v2 per your URL and the Eclipse IDE says about the error below (with screenshots)
It looks like the error is because the Maven artifact Do you have any recommendations to resolve it? |
I'll try to check this looks similar to |
@laeubi Just to check on the progress: do you have a chance to identify the installation failure ? |
A fixed snapshot should be deployed soon! |
👓 What did you see?
When upgrading to version 1.0.0.202110280427, the editor of the .feature file (below screenshot) from my Eclipse project (see the STPs) doesn't show the navigation link for the step when hovering the cursor (with Cmd key pressing, in macOS)
The link was available in version 0.0.23.202109140741 (the one I was before upgrading)
✅ What did you expect to see?
The plugin in version 1.0.0.202110280427, when opening my existing project, can show the navigation link on the cursor hovering over the step
📦 Which tool/library version are you using?
Eclipse 2023-03 (4.27.0) - RCP and RAP Developers edition
OpenJDK Runtime Environment Corretto-17.0.11.9.1
🔬 How could we reproduce it?
$HOME/calculator-bdd-tests/
dir1.0.0.202110280427
from https://cucumber.github.io/cucumber-eclipse/update-site$HOME/calculator-bdd-tests/
as "Existing Projects"Include/features/operations/Divide.feature
The Calculator page ...
Expected Result The text line is visible as a link, clicking on the link opens a new editor which is the file
scripts/groovy/common/Common.groovy
and focuses on the equivalent method definitionActual Result The text line remains as plain text, can't navigate to the code file anymore
📚 Any additional context?
No response
The text was updated successfully, but these errors were encountered: