Codeception / robo-paracept

Robo tasks for Codeception tests parallel execution
MIT License
57 stars 59 forks source link

bug/103 - Fix bug where leading character of a relative test name was… #106

Closed jmrieger closed 2 years ago

jmrieger commented 2 years ago

… being removed erroneously

Resolves #103. I tried to unit test this, but the test reporters would both require some reasonable refactoring to remove their hard dependencies on Codeception global functions, so I opted for just the working change.

jmrieger commented 2 years ago

Also of note, as I'm working through integrating with these changes - there doesn't appear to be any Merger classes that will handle merging multiple time reports from parallel runs into a single file.

vansari commented 2 years ago

Thanks a lot for your contribution @jmrieger 🤝