Navigation Menu

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

How to Change default Location when scheduling for FireFox and and Safari browsers with Web Page Test #631

Closed
badrinathvm opened this issue Mar 30, 2015 · 7 comments

Comments

@badrinathvm
Copy link

Here is the scenario,

default location set is Dulles:Chrome, works fine if i run below command

sitespeed.io -u "http://www1.macys.com/shop/product/mac-eye-shadow-0.05-oz?ID=106344" --wptHost www.webpagetest.org --wptKey XXXX -d 0 -n 10 -b firefox

It should be set to Dulles:FireFox

below are logs screen shot

screen shot 2015-03-30 at 3 21 02 pm

@badrinathvm
Copy link
Author

How can i specify for the webpage test also to pick up "firefox" browser instead of Dulles:Chrome every time from command ?

@soulgalore
Copy link
Member

checkout http://www.sitespeed.io/documentation/webpagetest/#configuration and use the --wptConfig and feed a JSON with your configuration.

@badrinathvm
Copy link
Author

I tried with below command it is getting failed

sitespeed.io -u XXX -d 0 -n 3 -b firefox --gpsiKey XXXX --wptHost www.webpagetest.org --wptKey XXXX --wptConfig {"location":"Dulles:Firefox"}

how should i pass --wptConfig details ??

@soulgalore
Copy link
Member

Hi @badrinathvm
it needs be a file like this: --wptConfig yourFile.json

Best
Peter

@badrinathvm
Copy link
Author

Thank you , do i need to provide the path of the file ? just like below

--wptConfig /Users/XXXX/.jenkins/jobs/Firefox_Job/workspace/webpage.json

or wat location should i place it if i dont need to provide path ?

@soulgalore
Copy link
Member

yep a absolute path will do, did it work out for you?

@soulgalore
Copy link
Member

Closing old 3.x issues. Please reopen if you this still is an issue for 4.0.

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