Snooz82 / robotframework-datadriver

Library to provide Data-Driven testing with CSV tables to Robot Framework
Apache License 2.0
131 stars 37 forks source link

Added Support for Pabot 1.3 #25

Closed Snooz82 closed 4 years ago

Snooz82 commented 4 years ago

Since v1.3 Pabot uses new parsing API and does not do DryRuns anymore. Due to this interaction between Pabot and DataDriver needs to be updated.

Related to https://forum.robotframework.org/t/compatibility-of-pabot-1-3-with-datadriver-0-4-0/102

davesliu commented 4 years ago

@Snooz82 Is current version of robotframework-datadriver compatible with pabot 1.9.1?

abomadev commented 4 years ago

Hi @Snooz82 can you please give an estimate of when we can expect this update? The company I work for has datadriven tests which take 30hrs+ and we really need to parallelize the execution so speed things up.

Snooz82 commented 4 years ago

It is. But --testlevelsplit does not work.

I am working on that issue.

Am 16.09.2020 um 00:48 schrieb abomadev notifications@github.com:

 Hi @Snooz82 can you please give an estimate of when we can expect this update? The company I work for has datadriven tests which take 30hrs+ and we really need to parallelize the execution so speed things up.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

abomadev commented 4 years ago

@Snooz82 That's great. Thank you.

Are you able to give a rough estimate when you think the --testlevelsplit feature would be ready? A few weeks, months? etc

Snooz82 commented 4 years ago

Will be fixed with 1.0 Release