[Http-webtest-general] Re: Wish list
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <il...@ma...> - 2002-07-25 07:06:13
|
>>>>> On Wed, 24 Jul 2002 19:32:29 -0400, "William McKee" <wi...@kn...> said: Thanks for your kind words! WM> Oops, I meant to include a couple of wish list items in the last WM> email. WM> 1. It'd be nice to only output the html, headers and cookies when WM> a test fails instead of for every test. Is there any way to do WM> that now or are there plans to add this ability? I know I can set WM> it on a per test basis, but that's more time-consuming than paging WM> through the html output of the successful tests. There exists test parameter 'terse': terse Option to display shorter test report. o summary Only a one-line summary for each URL o failed_only Only tests that failed and the summary ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ o no Show all tests and the summary Default value "no" Is it what you are looking for? WM> 2. It'd be nice to be able to include other test scripts into WM> another. That way I could have a script that logs in to the server WM> as an administrator which can then be called by the other test WM> scripts which perform various admin functions. This would WM> centralize the login (and admin password) to a single file and WM> allow me to split out my tests into separate scripts which run WM> faster if I only need to perform a certain group of tests. I see that such feature could be useful. Though I'm not sure how it can be implemented yet but I'll try to implement it. -- Ilya Martynov (http://martynov.org/) |