Daniel Perez Alvarez

Results 44 comments of Daniel Perez Alvarez
trafficstars

That third option sounds better than parsing logs. Feel free to open a PR.

Sorry about lack of documentation. The option is called `viewports`, and you can specify it in your config file like this: ```js { viewports: { desktop: { width: 1024, height:...

Isn't this the same as https://github.com/gruntjs/grunt-contrib-copy/pull/97?

@cristian-sima still waiting for PRs. Feel free to contribute.

Can you give an example where a glob expression is not enough?

@khalidAzam what doesn't work? The PR?

The other option (the one we use in our current project) is to disable animations by injecting a CSS file with the following contents: ```css * { animation: none !important;...

@theZieger it was intentional cause we had issues with `elementHandle.screenshot` and scrolling in the past. We'll revisit, thanks for bringing it up.