windmill

selenium vs windmill

Selenium vs. Windmill, what are your experiences, what do you recommend? ...

Strange stdout behavior in C++

I want my program to display the unix windmill while processing. There's a for loop and in every iteration theres a printf function: printf("Fetching articles (%c)\r",q); q is one of the characters in the windmill (-\|/) depending on the iteration number. The problem is - it seems like in 100 iterations there are only two changes in ...

How do I run Javascript tests in Windmill when using test_windmill for Django?

Hi, I'm using the Windmill test system and have it running using test_windmill for Django which works fine for the Python tests. I'd like this to run a suite of Javascript tests also whilst the Django test server is running. I've used the run_js_tests call from the Windmill shell which works fine but I can't find a way to have this run ...

How can write a windmill test which uses an <input type="file"> to upload data to the server?

Title says it pretty much all... I'm trying to automate tests on a web application with Windmill, and some of the test need to use forms with input type="file". I know it is not possible to manipulate this with js, but I'm wondering if the Python API of windmill allows this. I could not find anything in the docs, though, nor in the exam...

How can i make windmill to output test report to html or image or some else file ?

Hi ! Windmill is a wonderful framework, but i don't know how to get test reports in some separate file, for example html. I'm new in python, so i can't find out where and what to type to redirect output in file or do some else to get nice report-file. Please, tell me how to do this. ...