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

Remove Query from path in debugger... #14

Closed
Stewartarmbrecht opened this issue Aug 26, 2014 · 1 comment
Closed

Remove Query from path in debugger... #14

Stewartarmbrecht opened this issue Aug 26, 2014 · 1 comment

Comments

@Stewartarmbrecht
Copy link

Any way to decrease the length of the file name as displayed in the Chrome debugger by removing the query string parameters from the file path?

Convert this:

http://localhost:5000/gherkin-runner/gherkinRunner.html?featurePaths=features/stepArgumentTypes&libraryPaths=features/step_definitions/../gherkin-runner/scripts/text.js

To this:

http://localhost:5000/gherkin-runner/scripts/text.js
@Stewartarmbrecht
Copy link
Author

I figured out how to fix this. I changed the baseUrl from using "../" to "/". This fixed the problem. You can close this.

@jrburke jrburke closed this as completed Sep 7, 2014
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