Testing Durandal site with private instance
|
11-26-2014, 07:14 PM
Post: #1
|
|||
|
|||
Testing Durandal site with private instance
Hi,
we are currently developing a single page application with Durandal (http://durandaljs.com/). Since we are using the single page application pattern somehow the test agent does not register when the page is completely loaded. So we need to always use the "minimal test duration" option and capture data for e.g. 30 seconds. Is there any special javascript event that can be fired so that the test agent knows that the "page load" is finished? Thanks a lot for the great software! |
|||
11-27-2014, 07:46 AM
Post: #2
|
|||
|
|||
RE: Testing Durandal site with private instance
Not really. There was support for a webpagetest.done() call or something like that in URLBlaster (the legacy agent) but it hasn't been updated.
Is there a specific network request that you see at the end of the load? If so, the "setEndRequest" script command may work. I may not have implemented it in wptdriver yet but that should be easy to add. |
|||
11-28-2014, 12:50 AM
Post: #3
|
|||
|
|||
RE: Testing Durandal site with private instance
Thanks, I'll try that.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)