You cannot post messages because only members can post, and you are not currently a member.
Description:
Windmill is a web testing framework intended for complete automation of user interface testing, with strong test debugging capabilities.
|
|
|
Debugging python test
|
| |
Hi,
I'm using windmill with python tests and would like to debug them now.
With eclipse i can already debug "normal" python scripts, but windmill
is started from python. I suppose, that it is started an another
thread. I became the following error on start:
pydev debugger: warning: psyco not available for speedups (the... more »
|
|
Suppress lookup failures in try block
|
| |
Hi,
I have following situation:
try:
client.waits.forElement(id="my Id")
except WindmillTestClientException:
pass
In this case I want not to see the lookup failure in log. Is there a
way to tell windmill to suppress the message?
Regards
Tomek
|
|
Windmill and mozrunner 2.x
|
| |
Hi all,
I'm trying to package Windmill for the GNU/Linux distributions Debian
and Ubuntu. Unfortunately I have seen that Windmill is using the
version 1.3 of mozrunner, instead of the latest one (2.5.3). From my
prospective, this is a problem because, if possible, only the latest
version of a software should be packaged.... more »
|
|
(Yet again) instantiate windmill in python
|
| |
I've read the thread with subject "how to instantiate windmill in
python", but I also have the same problem in the last reply (bztips).
The execution of the script just stops and no browser window appears.
I cannot stop it by Ctrl-C.
I am using the same script provided by Adam Christian in the same... more »
|
|
|