There are auto tests written in Python. It uses variables passed through the console.

import sys print sys.argv[1] 

Do not tell me how to transfer the value there with the help of Jenkins? When using a parameterized build (passed in string env), tests are not performed.

  • one
    If autotests handle arguments, not environment variables, then it is the arguments that must be passed, and not environment variables. - Ilya
  • How do you run tests now, which team? - Nick Volynkin
  • py.test <test name> - Sergey
  • @ Sergey and when you start with your hands, how do you transfer the variables? - ilyapt

0