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

Does it generate filmstrip #40

Open
dodozhang21 opened this issue Jan 12, 2015 · 4 comments
Open

Does it generate filmstrip #40

dodozhang21 opened this issue Jan 12, 2015 · 4 comments

Comments

@dodozhang21
Copy link

I'm trying to figure out if there exists a parameter that will generate the filmstrip view of a test.

I'm not seeing the filmstrip in the test I generated via this script.

Do I need to do something special for webpagetest to generate a filmstrip for a test?

I'd appreciate any help!

Thanks

@pmeenan
Copy link
Contributor

pmeenan commented Jan 12, 2015

You need to enable video capture (video=1) to get filmstrips.

@dodozhang21
Copy link
Author

wpt.runTest('http://twitter.com/marcelduran', {location: 'SanJose_IE9', video: 1}, function(err, data) {
console.log(err || data);
});

is that right?

@dodozhang21
Copy link
Author

Sorry this is a bit unreleated. When I run getLocations, I get the following

{ response:
{ statusCode: 200,
statusText: 'Ok',
data: { location: [Object] } } }

I don't know what that means and how I can define my own locations.

@pmeenan
Copy link
Contributor

pmeenan commented Jan 12, 2015

Looks like it would be more like this:

wpt.runTest('http://twitter.com/marcelduran', {video: true}, function(err, data) {
  console.log(err || data);
});

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