mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
476 stars 152 forks source link

Parameter --legacy-output does not change pabot output.xml to old schema #594

Open tlempiainen opened 3 months ago

tlempiainen commented 3 months ago

Running tests with following command does not change the resulting output.xml to old schema: pabot --processes 3 --legacy-output test Resulting output.xml has still schema version 5: `<?xml version="1.0" encoding="UTF-8"?>

` Our test management tool(Xray) has not yet finished support for new schema so using ´--legacy-output´ is the only solution at the moment.
tchudobova-cen69317 commented 3 days ago

Hi, same issue here! Using Pabot with --legacy-output returns the new output.

Using Pabot 2.18.0 and Robot Framework 7.0.1.

Thanks for looking into this.