robotframework - how can I split output.xml in robot framework -
we have large output.xml more 400mb when pybot running done, making hard operate.
when trigger pybot launch test, can split xml smaller size pybot command?
the pybot command have launch as:
/usr/local/bin/pybot -v ont_type:g010gp -v upgrade_delay:300 --outputdir /home/workspace/task_144/g010gp --argumentfile /home/workspace/task_144/g010gp/testcase.txt -e web -e nni -e ping -e telnet -e cvlan4095 -e ssh -e utu -e np /repo/root/robot/ats/gpon_sfu
depends mean "hard operate".
assuming you're saying taking disk space, splitting not help. reducing amount of logging. had project output bunch of stuff, , pumps filesize of output, , exponentially.
on other hand, if mean report/output big , makes hard read, not enough concise, harder interpret properly, slow load in browser (etc.), consider using robot framework's submodule rebot.
the criterion you'll use split results you haven't provided details particular matter. splitting tests tags common criteria allows organize outputs easily.
for example set-up pipeline project ran little on 6,000 robot framework tests in agile team. test suites tagged name identifying sprint in scripted, , rebot split output/log/report sprints.
Comments
Post a Comment