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

Adjusting paths #47

Open
arnaldop opened this issue Feb 19, 2024 · 1 comment
Open

Adjusting paths #47

arnaldop opened this issue Feb 19, 2024 · 1 comment
Assignees

Comments

@arnaldop
Copy link

It would be nice if the plugin adjusted paths when a feature file was moved. Ideally, this should apply to read and readonce calls.

For example, when I moved a feature file into a subdirectory, a path was broken:

  • This * call read('this:../user/register.reusable.feature')
  • Should have changed to this * call read('this:../../user/register.reusable.feature')

I usually just drag and drop files around in IntelliJ's Project Tree, but for this, I also tested Move (F6), and the result was the same.

@ptrthomas
Copy link
Member

@arnaldop absolutely. will keep this open until resolved. once we get references to be implemented correctly, refactoring should "just work"

@ptrthomas ptrthomas self-assigned this Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants