-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --page-load-timeout
#1645
Labels
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: API
TYPE: enhancement
The accepted proposal for future implementation.
Milestone
Comments
Shouldn't it be a per-test API options as well? |
do you mean like |
Yes |
I agree |
AlexanderMoskovkin
added a commit
to AlexanderMoskovkin/testcafe
that referenced
this issue
Jul 25, 2017
AlexanderMoskovkin
added a commit
to AlexanderMoskovkin/testcafe
that referenced
this issue
Jul 25, 2017
AlexanderMoskovkin
added a commit
to AlexanderMoskovkin/testcafe
that referenced
this issue
Jul 25, 2017
AlexanderMoskovkin
added a commit
to AlexanderMoskovkin/testcafe
that referenced
this issue
Aug 24, 2017
AlexanderMoskovkin
added a commit
to AlexanderMoskovkin/testcafe
that referenced
this issue
Aug 31, 2017
AlexanderMoskovkin
added a commit
to AlexanderMoskovkin/testcafe
that referenced
this issue
Sep 8, 2017
AlexanderMoskovkin
added a commit
to AlexanderMoskovkin/testcafe
that referenced
this issue
Sep 12, 2017
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. |
kirovboris
pushed a commit
to kirovboris/testcafe-phoenix
that referenced
this issue
Dec 18, 2019
* Implement --page-load-timeout (closes DevExpress#1645) * Fix tests * Apply remarks * Fix tests * Get rid of window.self usage (follow up DevExpress#632) * Remove redundant lines * Reduce default page load timeout
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
SYSTEM: API
TYPE: enhancement
The accepted proposal for future implementation.
(follow up #1521)
TestCafe starts tests when the
DomContentLoaded
event is raised.window.load
event is raised with some delay sometimes.Some pages executes page preparation scripts on the
window.load
event so we should wait for it. But it's possible you wouldn't like to wait additional timeouts so we should provide an ability to set this timeout to0
.It'll be 5 seconds by default.
Also add a per-test option via
setPageLoadTimeout(<ms>)
The text was updated successfully, but these errors were encountered: