Aquiring Floating License from within docker container in gitlab-ci pipeline
Hi, I am starting theready-api-soapui-testrunner (https://hub.docker.com/r/smartbear/ready-api-soapui-testrunner) from within a git pipeline. The container starts and connects to the license server, but the license server asks which license type i want to aquire. At this point I am running in a git runner and there is no way to provide input to the container. Is there any way to provide this in the docker run command or something alike? Heres where the pipeline times out waiting for input: running image $ docker run -v="testproject":/project -v="testprojectr":/reports -e LICENSE_SERVER="xx.xx.xx.xx:9999" -i smartbear/ready-api-soapui-testrunner:latest Please select the tool for which you want to get the floating license: 1. SoapUI Pro 2. LoadUI Pro 3. Secure (if you have an old license) 4. ServiceV Pro 5. VirtServer 6. ReadyAPI Bundle 7. TestEngine 8. swaggerhub 9. swaggerhub2 Obviously at this point i cannot provide console input. Kind regardsSolved1.5KViews0likes5CommentsData source error using gitlab
Hello, While writing my tests, I import from csv.file data that are used in request (body) but when launched through GitLab, in allure reports my tests failed with : Error:java.io.FileNotFoundException: /projectDir/file.csv (No such file or directory) ----------------- Messages ------------------------------ Could you help me find the right way to write the path? The csv files are in /projectDir/TestSuite/file.csv I tried with ${projectDir}/TestSuiteName ${workspaceDir}/TestSuiteName /branch/projectName/TestSuiteNameSolved1.3KViews0likes4CommentsGitlab CI/CD license issue
Hi, I am running my project in Gitlab. But the error comes ofr license not found and please enter the absolute path. Also, in the smart bear community, its mentioned that if you get an error using maven, specify the absolute path but where we have to specify, is not mentioned. Please find this link: https://support.smartbear.com/readyapi/docs/integrations/maven/troubleshooting.html#license Can someone advise on this?Solved2.2KViews0likes2Comments