After the rally generated html test report can not display properly

problem

rally test html report generated, it can not display correctly, as follows:

View the console, you can not load properly js

js configuration view html file

 <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.3/angular.min.js"></script>

I found it impossible to access this address

solve

Update the address for domestic angular address

  <script type="text/javascript" src="http://apps.bdimg.com/libs/angular.js/1.4.6/angular.min.js"></script>

Can access

Guess you like

Origin www.cnblogs.com/mrwuzs/p/12098508.html