-
- Downloads
test\harness\helper.js: extended the 'finished' method to accept as input the...
test\harness\helper.js: extended the 'finished' method to accept as input the total elapsed execution time of the tests. Emit this to the activity bar test\harness\sta.js: too many years of Python had me thinking JavaScript arrays have an append method:) Fixed. Also, added a pickled representation of all test helper functions found in this file test\harness\sth.js: detached most test helper functions from the iframe's document object (as globals) and inject these into the actual test cases. It's a bit slower and not as elegant, but it is cleaner from an ES5 purist perspective. Still need to move Sputnik helper functions into sta.js Extended Controller such that it now measures overall test execution time. Such a change is very useful for measuring performance-impact changes such as the aforementioned improvement
Showing
- test/harness/helper.js 2 additions, 2 deletionstest/harness/helper.js
- test/harness/sta.js 12 additions, 10 deletionstest/harness/sta.js
- test/harness/sth.js 15 additions, 10 deletionstest/harness/sth.js
- website/resources/scripts/global/helper.js 2 additions, 2 deletionswebsite/resources/scripts/global/helper.js
- website/resources/scripts/global/sta.js 12 additions, 10 deletionswebsite/resources/scripts/global/sta.js
- website/resources/scripts/global/sth.js 15 additions, 10 deletionswebsite/resources/scripts/global/sth.js
Loading
Please register or sign in to comment