diff --git a/front/src/js/services/apiService.js b/front/src/js/services/apiService.js index 27aaac9..28b4db1 100644 --- a/front/src/js/services/apiService.js +++ b/front/src/js/services/apiService.js @@ -8,7 +8,8 @@ apiService.factory('API', ['$location', 'Runs', 'Results', function($location, R Runs.save({ url: url, waitForResponse: false, - screenshot: true + screenshot: true, + jsTimeline: true }, function(data) { $location.path('/queue/' + data.runId); }, function(response) {