How to excecute different environments in Gitlab CI/CD
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2023
01:37 AM
05-24-2023
01:37 AM
How to excecute different environments in Gitlab CI/CD
Dear Community,
I would like to know if it is possible to trigger specific environments from my readyapi test project via gitlab CI/CD. Our test projects are stored and executed in gitlab but I have not yet figured out how to run a specific environment within my test project (eg. environment1 runs against https://endpoint1.com and environment2 runs against https://endpoint2.com)
Thanks for your answers in advance
Regards
Holger
Labels:
- Labels:
-
Configuration
-
Function Tests
-
Integrations
-
REST
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2023
08:09 PM
05-25-2023
08:09 PM
Use testruner utility from $READYAPI_HOME/bin directory. and pass the the environment name, say for QA environment,
-EQA
Regards,
Rao.
