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

URL-encoding in file URI construction for phantom #121

Open
lorddoig opened this issue Oct 26, 2016 · 0 comments
Open

URL-encoding in file URI construction for phantom #121

lorddoig opened this issue Oct 26, 2016 · 0 comments

Comments

@lorddoig
Copy link

It seems that doo constructs an absolute file URI for phantom to open in order to run the tests. The problem I've run into is that the following is a valid file path on linux: /home/user/code/feature%2Fbranch but when such things are passed to the browser as a file URI it interprets the encoding (presumably) as /home/user/code/feature/branch which doesn't exist.

This is common when running on jenkins which uses these kinds of paths to set up the workspace for git branches of the form feature/thing or hotfix/bug.

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

1 participant