ktkopone

Results 3 comments of ktkopone

We're looking to integrate with Jenkins using XML reporting, for regularly run UI tests. The ideal case likely would have been xmlrunner compatability as a test runner, but I've made...

We simply call test_runner.main() in a larger python script as in some of the examples, with some cli args passed into it via string. test_runner.main() kills itself with sys.exit (if...

Apologies, I had a longer writeup with context but tried to pair it down. In my case I have an array variable of strings that I want to reuse as...