- Added support for setting pybot cli-variables from ROBOT\_-prefixed environment variables.
0.7.0
------------------
- Implemented custom merge for Robot Framework reports to create better concatenated test report and fully support Robot Framework plugin for Jenkins. - Fixed to copy (selenium-)screenshots into the root test directory to make it easier to publish them in Jenkins.
0.6.0
------------------
- Fixed screenshot paths in concatenated report. - Fixed test names to include suite filename instead of classname. - Fixed to allow dash in normalized test names.
0.5.0
------------------
- Included robotframework test tags as part of tests' string representation to allow test be filtered with tags (e.g. with `zope.testrunner`_). - Added creation of concatenated log file.
0.4.0
------------------
- Fixed to rename test method of each test after the actual robot framework test run by the test case.