RF合并多个output文件,并生成新的log和report文件
Posted 垄上行
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RF合并多个output文件,并生成新的log和report文件相关的知识,希望对你有一定的参考价值。
命令: pybot -d output文件保存路径 -o output文件重命名
-d --outputdir dir Where to create output files. The default is the directory where tests are run from and the given path is considered relative to that unless it is absolute. -o --output file XML output file. Given path, similarly as paths given to --log, --report, --xunit, and --debugfile, is relative to --outputdir unless given as an absolute path. Other output files are created based on XML output files after the test execution and XML outputs can also be further processed with Rebot tool. Can be disabled by giving a special value `NONE`. In this case, also log and report are automatically disabled. Default: output.xml
以上是关于RF合并多个output文件,并生成新的log和report文件的主要内容,如果未能解决你的问题,请参考以下文章
怎样将以保存下来多个.html文件合并在一起生成1个.html文件?
R语言使用fs包的dir_ls函数批量获取指定文件路径下的多个文件名称使用purrr包的map_df函数批量读入多个tsv文件生成合并的dataframe(csv类似)