We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if the plugin adjusted paths when a feature file was moved. Ideally, this should apply to read and readonce calls.
read
readonce
For example, when I moved a feature file into a subdirectory, a path was broken:
* call read('this:../user/register.reusable.feature')
* 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.
The text was updated successfully, but these errors were encountered:
@arnaldop absolutely. will keep this open until resolved. once we get references to be implemented correctly, refactoring should "just work"
Sorry, something went wrong.
ptrthomas
No branches or pull requests
It would be nice if the plugin adjusted paths when a feature file was moved. Ideally, this should apply to
read
andreadonce
calls.For example, when I moved a feature file into a subdirectory, a path was broken:
* call read('this:../user/register.reusable.feature')
* 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.
The text was updated successfully, but these errors were encountered: