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

No space after *.feature:linenr #2184

Closed
unSinn opened this issue Dec 10, 2020 · 1 comment · Fixed by #2185
Closed

No space after *.feature:linenr #2184

unSinn opened this issue Dec 10, 2020 · 1 comment · Fixed by #2185

Comments

@unSinn
Copy link

unSinn commented Dec 10, 2020

Describe the bug
When a Scenario failes I get:

failed scenarios: file://D:/git/Some.feature:6# Some Description
IntelliJ creates a clickable link file://D:/git/Some.feature:6# but cannot navigate to the file because of the # at the end.

I think a space after the line number should solve the issue.

To Reproduce
Steps to reproduce the behavior:

  1. Use IntelliJ
  2. Create a failing Cucumber test
  3. Try to click the link to the *.feature file

Expected behavior
Link should work.

Context & Motivation

Clicking instead of searching for the file saves a lot of time.

Screenshots
image

Your Environment

  • Versions used 6.9.0
  • Operating System and version: Windows 10
  • Build tool Apache Maven
mpkorstanje added a commit that referenced this issue Dec 10, 2020
The summary printer concatenated the url and scenario name without an
additional space. This made it impossible to click the urls.

Fixes: #2184
mpkorstanje added a commit that referenced this issue Dec 10, 2020
The summary printer concatenated the url and scenario name without an
additional space. This made it impossible to click the urls.

Fixes: #2184
@mpkorstanje
Copy link
Contributor

Cheers! Nice find.

mpkorstanje added a commit that referenced this issue Dec 10, 2020
The summary printer concatenated the url and scenario name without an
additional space. This made it impossible to click the urls.

Fixes: #2184
This was referenced Mar 15, 2021
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

Successfully merging a pull request may close this issue.

2 participants