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

'outputFolder' option does not create the directory for the url's dns name. #1583

Closed
abhagupta opened this issue Apr 21, 2017 · 3 comments
Closed

Comments

@abhagupta
Copy link
Contributor

'outputFolder' option produces results but does not saves the result in a folder name of the url’s dns name. Earlier this feature was supported by resultBaseDir in version < 4 . If I understand correctly, resultBaseDir is not supported anymore, but how do get to store the results in same way in outputFolder?

@soulgalore
Copy link
Member

Yep I remember @tobli and I discussed but don't remember the outcome, I think we just missed it. Let us try to add it before 5.0 (we are still waiting in Selenium 3.4.0).

soulgalore added a commit that referenced this issue Apr 22, 2017
@soulgalore
Copy link
Member

discussed it with @tobli , we don't fully agree but there's a workaround that you can use, make sure you run sitespeed in the dir where you wanna put the data (when you run npm installed). For Docker it's just a matter of how you link in your volume, so you can choose where you wanna put your data. Else let us know if there's a use case for you where it doesn't work out!

@abhagupta
Copy link
Contributor Author

@soulgalore hmm I understand. The problem is that I have created a wrapper which calls sitespeed to execute performance tests on android when user passes android in CLI to my wrapper, otherwise it just runs web performance tests. Now, with web version, sitespeed runs in docker, so its easy to output the data in folder which I have exposed on a python simple webserver, so user can see their reports. However, with android version (which is using non-docker sitespeed), I want to output the results in the same folder so that user can see their android results same way. Otherwise i will have to start webserver for 2 locations. I am open to suggestions on this approach as well.

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