Skip to content

Adjusting paths #47

@arnaldop

Description

@arnaldop

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions