Re: [Sikuli-driver] [Question #688863]: Is it possible to update HtmlTestRunner report after each test?

2020-02-19 Thread RaiMan
Question #688863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688863 RaiMan proposed the following answer: ok, then you have to dive into the code of HTMLTestRunner and look for a way. ... not too complicated, but needs some html and Python experiences. You might also look

Re: [Sikuli-driver] [Question #688863]: Is it possible to update HtmlTestRunner report after each test?

2020-02-19 Thread Asheru
Question #688863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688863 Asheru posted a new comment: Yeah but the problem is that we run like 80 to 100 tests at once on a VM through TFS so I was thinking it might not be possible but I decided to ask. -- You received this

Re: [Sikuli-driver] [Question #688863]: Is it possible to update HtmlTestRunner report after each test?

2020-02-19 Thread RaiMan
Question #688863 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/688863 Status: Open => Answered RaiMan proposed the following answer: not possible. you might separate the all-5-test-run in 5 test runs, so each produces its own report. -- You received this question

[Sikuli-driver] [Question #688863]: Is it possible to update HtmlTestRunner report after each test?

2020-02-18 Thread Asheru
New question #688863 on Sikuli: https://answers.launchpad.net/sikuli/+question/688863 Hello, So I am using HTMLTestRunner to generate the report. For example if i have 5 tests the report will be generated after those 5 tests will execute. Is it possible to update the report after each test