How to get and set the default output directory in Robot Framework(Ride) in Run time

后端 未结 3 591
日久生厌
日久生厌 2021-01-07 02:47

I would like to move all my output files to a custom location, to a Run directory created based on Date time during Run time. The output folder by datetime is created in the

3条回答
  •  旧时难觅i
    2021-01-07 03:17

    At least you can write a custom run script that handles the moving of files after the test case execution. In this case the files are no longer used by pybot.

提交回复
热议问题