简体   繁体   中英

robot framework run from Jenkins using git repository

I need to run my robot framework test cases from Jenkins. I have few questions

  1. How to identify whether do I need to use windows or Shell (based on which machine Jenkins are running?)
  2. I tried in both ways (windows and shell) but its failing. Below is the commands I used to run robot -i [tag] file1.robot

Is there any other commands I need to add?

Please suggest how to run?

  1. to your first point it depends on the node/agent you define in your project, rather than on the machine Jenkins is running on, but i
    suspect that it is the same thing in this case.
  2. You also have to have other dependencies on this node/agent, such as robot etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM