Search found 13 matches

That is very strange situation has happened with my tests. As I understand that is intermittent fail during the run. I got [WARN] [ERROR] stack : Error: Blocked a frame with origin "https://ip" from accessing a cross-origin frame. Here is my harness file config: harness.configure({ title: ...

The same error

{
      exitCode: 4,
       stdout: '',
     stderr: 'Invalid Parameter - 1271x797+0+0\r\n'
    }

I got the error : Taking screenshot has failed with error: [object Object]

In 4.0.0 it worked properly.

I run the test with webdriver

After upgrading to version 5.5.1 from 4.0.0 the screenshot doesn't work.
After a failed test, I took a screenshot of the page:
here is a part of code:

harness.on('testupdate', function(ev, test) {
...
 test.screenshot('testResults/screenshots/' + url, function() {});
});
Yes, Sorry I have updated the code. But the error is become from siesta-all.js
I have updated Siesta to servion 5.0.0. and have a problem with click event. After click on some element I get this error: TypeError: Cannot read property 'document' of null. Here is a smaal part of code: loginBtn = tExt.ComponentQuery.query('#login')[0]; t.chain( function(next) { t.click(loginBtn, ...
Thanks perfect!!!
One more question about reporting generated by Siesta. Does Siesta support now testng format of reporting?
Hi,
I would like to disable mouse moving during the execution. It run very slow. I run my tests automatically via web browser. How can I do it fast or disable it ?
ok, thanks a lot
As I correct understand I need to push "node_modules" folder into my repository? I only want do not push "node_modules" into repo. There are no any errors.