test(snapshot): make it pass params.platform_index and count in

This commit is contained in:
Andrew Joslin
2014-06-06 14:29:26 -04:00
parent 0543a9b816
commit 40392c0da3

View File

@@ -100,6 +100,8 @@ module.exports = function(gulp, argv) {
'--params.width=<%= params.width %>',
'--params.height=<%= params.height %>',
'--params.test_id=<%= params.test_id %>',
'--params.platform_index=<%= params.platform_index %>',
'--params.platform_count=<%= params.platform_count %>',
].map(function(argument) {
return _.template(argument, snapshotValues);
});