Adding totalWeight metric

This commit is contained in:
Gaël Métais
2015-05-29 16:13:32 +02:00
parent 040dba961a
commit c6c967f89c
7 changed files with 496 additions and 5 deletions
+4 -1
View File
@@ -42,10 +42,13 @@ describe('phantomasWrapper', function() {
phantomasWrapper.execute({
params: {
url: url,
options: {}
options: {
device: 'desktop'
}
}
}).then(function(data) {
console.log(data);
done('Error: unwanted success');
}).fail(function(err) {