Forum Discussion

Shilzoting's avatar
Shilzoting
Occasional Contributor
3 years ago

How can we run my ReayAPI project with an external file in a GitHub Action with the Test Engine?

We want to run our ReadyAPI project, which has external Groovy files that we are using in the framework. I want to add this project to the CICD pipeline in Github Action.

 

2 Replies

  • nmrao's avatar
    nmrao
    Community Hero

    Do you mean the external groovy files in the scripts directory?

    Did you copy the readyAPI (installation) files under github? how does github know the utilities of READYAPI_HOME/bin? or maven?

    • Shilzoting's avatar
      Shilzoting
      Occasional Contributor

      Yes, I have external groovy files. 

      Did you copy the readyAPI (installation) files under github? how does github know the utilities of READYAPI_HOME/bin? or maven?

      No How can I add it ? 

      I am not familiar with gitHub action so not sure how can configure it?

      if you have any document or steps please share.

      Thanks in Advance