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

`|` in test case name leads to not-executable tests with pabot and testlevelsplit #73

Closed Snooz82 closed 2 years ago

Snooz82 commented 2 years ago

Due to the fact, that DataDriver splits the testcase names, given by Pabot as string that is | separated, and due to forgotten escaping of existing | it leads to different test names. They are then not executed.

Snooz82 commented 2 years ago

Fixed in 1.6.0