Issue #315 : Implement custom replay for transform tools + add drawing test support

This commit is contained in:
jdescottes
2015-10-02 01:27:59 +02:00
parent 48d1214a6d
commit a8f727fdcd
17 changed files with 2794 additions and 21 deletions

View File

@ -17,11 +17,11 @@
});
casper.then(function () {
this.echo('Waiting for test result : ' + resultSelector);
this.echo('... Waiting for test result : ' + resultSelector);
this.waitForSelector(resultSelector, function () {
// then
var result = this.getHTML(resultSelector);
this.echo('Test finished : ' + result);
this.echo('... Test finished : ' + result);
this.test.assertEquals(result, 'OK');
}, function () {
// onTimeout