Skip to content

Make method Formatter#uri provide fullpath to feature file. #854

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

Closed
avokin opened this issue Apr 15, 2015 · 2 comments · Fixed by #1189
Closed

Make method Formatter#uri provide fullpath to feature file. #854

avokin opened this issue Apr 15, 2015 · 2 comments · Fixed by #1189
Labels
⚡ enhancement Request for new functionality
Milestone

Comments

@avokin
Copy link
Contributor

avokin commented Apr 15, 2015

In IntellJ IDEA we use Formatter implementation to process output of cucumber and build tree of tests.

But we faced with problem that Formatter#uri provides only related path to executed feature file

Let’s consider running all features in folder.

For example we have following folder structure:
features
|- test1.feature
|- subdir
|- test2.feature

When we run features in folder “feature”
Formatter#uri will provide
test1.feature
subdir/test2.feature

But it would be nice to have full path to executed feature file.

@os97673
Copy link
Member

os97673 commented Apr 15, 2015

But it would be nice to have full path to executed feature file.

or have another way to construct the full path (e.g. have full path to features directory)

@sebrose sebrose added the ⚡ enhancement Request for new functionality label Sep 1, 2016
@brasmusson brasmusson added this to the 2.0.0 milestone Jul 30, 2017
@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
⚡ enhancement Request for new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants