Runing a composite ReadyAPI project from Github Actions
Hi All, nmrao
Am trying to execute a test suite from ReadyAPI project in GitHub via GitHub Actions on a self-hosted runner.
As per the documentation available on ReadyAPI, I wrote the following workflow file in GitHub. But while running the workflow from Github am getting the error "No project file is specified." To upload the project to GitHub the ReadyAPI project is converted to composite project and the composite project don't have the readyapi project.xml file.
Any suggestions on how to write the command line in the workflow file to run the ReadyAPi tests from Github Actions
PFB the workflow file am using now (which is giving the error "No project file is specified.)
Hi, This I have solved with some changes in the workflow file.
Modified the run command as
run: |
C:\Users\username\AppData\Local\SmartBear\ReadyAPI-3.41.0\bin\testrunner.bat "-sTest Suite 1" -r -a -j "-fD:\ReadyAPI Reports" "-RJUnit-Style HTML Report" -FXML "-ETest" D:\DSP