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

Option to Specify a browser #33

Open
rkarthikeyan5 opened this issue Dec 3, 2014 · 3 comments
Open

Option to Specify a browser #33

rkarthikeyan5 opened this issue Dec 3, 2014 · 3 comments

Comments

@rkarthikeyan5
Copy link

Hi,

Thanks first for the great tool.

I might be overlooking the documentation, but I am not able to find a way to specify a location + browser combination to fire a test against our private WPT instance.

For example, my $ webpagetest locations results in something like this for all the browsers.

    {
      "id": "sfo-load-webpagetest-01_WPT_wptdriver:Safari",
      "Label": "SFO 1",
      "location": "sfo-load-webpagetest-01_WPT_wptdriver",
      "Browser": "Safari",
      "PendingTests": {
        "p1": 0,
        "p2": 0,
        "p3": 0,
        "p4": 0,
        "p5": 0,
        "p6": 0,
        "p7": 0,
        "p8": 0,
        "p9": 0,
        "Total": 0,
        "HighPriority": 0,
        "LowPriority": 0,
        "Testing": 0,
        "Idle": 1
      }

When I try to fire a test using the location option "-l". But this always picks up my default chrome browser. How do I specify the "id" tag which will differentiate my browsers for a test?

$webpagetest test https://mypage.com -l sfo-load-webpagetest-01_WPT_wptdriver

@pmeenan
Copy link
Contributor

pmeenan commented Dec 3, 2014

The location string includes the browser and connectivity. i.e.

sfo-load-webpagetest-01_WPT_wptdriver:Safari should get you Safari.

On Wed, Dec 3, 2014 at 6:20 PM, Rama notifications@github.com wrote:

Hi,

Thanks first for the great tool.

I might be overlooking the documentation, but I am not able to find a way
to specify a location + browser combination to fire a test against our
private WPT instance.

For example, my $ webpagetest locations results in something like this for
all the browsers.

{
  "id": "sfo-load-webpagetest-01_WPT_wptdriver:Safari",
  "Label": "SFO 1",
  "location": "sfo-load-webpagetest-01_WPT_wptdriver",
  "Browser": "Safari",
  "PendingTests": {
    "p1": 0,
    "p2": 0,
    "p3": 0,
    "p4": 0,
    "p5": 0,
    "p6": 0,
    "p7": 0,
    "p8": 0,
    "p9": 0,
    "Total": 0,
    "HighPriority": 0,
    "LowPriority": 0,
    "Testing": 0,
    "Idle": 1
  }

When I try to fire a test using the location option "-l". But this always
picks up my default chrome browser. How do I specify the "id" tag which
will differentiate my browsers for a test?

$webpagetest test https://mypage.com -l
sfo-load-webpagetest-01_WPT_wptdriver


Reply to this email directly or view it on GitHub
#33.

@rkarthikeyan5
Copy link
Author

That was it! Thanks Patrick!

@felix-berlin
Copy link

Thanks @pmeenan !

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

3 participants