You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our tests are failing because they don't wait long enough for the page t
o load, so I want to set a timeout at a global level. I know that there is a .wait() function, but I that is not global so I would have to add it to every page load of every test, which I don't want to do.
I've checked this case again and see that you wish to have an option in our paid TestCafe, which is a counterpart of the pageLoadTimeout option in our new free TestCafe. The former TestCafe does not have this option. If you don't need to use our Recorder, I suggest you switch to our new free TestCafe. If you need it, use the old TestCafe and the wait method.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.
Is there a way to set the pageLoadTimeout value using the npm installation method?
I would like to use the pageLoadTimeout parameter defined here http://devexpress.github.io/testcafe/documentation/using-testcafe/programming-interface/runner.html#run
Our tests are failing because they don't wait long enough for the page t
o load, so I want to set a timeout at a global level. I know that there is a .wait() function, but I that is not global so I would have to add it to every page load of every test, which I don't want to do.
The code I am using is attached
WarmupTests.js.txt
The text was updated successfully, but these errors were encountered: