Forum Discussion

chris12345's avatar
chris12345
Visitor
4 years ago
Solved

Setting relative script library path

Hi,   we are working with multiple ReadyAPI projects, each using a different scripting library path. Team members have different locations where the projects are located. So we avoid absolute path...
  • nmrao's avatar
    nmrao
    7 years ago

    ashu248 

    You may define environment variable say READYAPI_HOME in that machine and define the value.

    While invoking, call

    %READYAPI_HOME%\bin\testrunner.bat


    In the command line, you can see the value of the READYAPI installation location by running command

    echo %READYAPI_HOME%

    Before defining the environment variable, command returns nothing.

    Not sure about maven though.