Skip to content

Commit 40392c0

Browse files
committed
test(snapshot): make it pass params.platform_index and count in
1 parent 0543a9b commit 40392c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: config/gulp-tasks/test.js

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ module.exports = function(gulp, argv) {
100100
'--params.width=<%= params.width %>',
101101
'--params.height=<%= params.height %>',
102102
'--params.test_id=<%= params.test_id %>',
103+
'--params.platform_index=<%= params.platform_index %>',
104+
'--params.platform_count=<%= params.platform_count %>',
103105
].map(function(argument) {
104106
return _.template(argument, snapshotValues);
105107
});

0 commit comments

Comments
 (0)