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

Private Instance Support #24

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Private Instance Support #24

wants to merge 3 commits into from

Conversation

evanmwillhite
Copy link
Contributor

@evanmwillhite evanmwillhite commented May 17, 2018

What:

Why:

  • Private instances are supported by WPT and will help users to avoid queues

How:

  • Added the option to the wpt fetch and to the README

Testing:

  • Clone aerate and npm install
  • Add something like this to ./index.js:
aerate({
  key: WEBPAGETEST_API_KEY, // Get one at https://www.webpagetest.org/getkey.php
  tests: [
    {
      name: 'Google',
      url: 'http://google.com/', // Or use relative urls for local tests
      type: 'homepage'
    }
  ],
  count: 1,
  uri: 'ec2-34-228-19-44.compute-1.amazonaws.com'
});

Checklist:

  • Documentation
  • Ready to be merged

@evanmwillhite evanmwillhite changed the title Uri support Uri Option May 17, 2018
@evanmwillhite evanmwillhite changed the title Uri Option Private Instance Support: Uri Option Jun 6, 2018
@evanmwillhite evanmwillhite changed the title Private Instance Support: Uri Option Private Instance Support Jun 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant