Create automated Testlio runs in your CI pipeline.
In order to use the Testlio jenkins plugin you will need to create and provide Run API token. To find out how to obtain it, check How to create an automated run with API
After creating Run API Token on Testlio Platform, please follow below steps
- Go to Manage Jenkins-> Configure System -> Global properties section and enable
Enviornment Variablesand add a new env variabletestlioTokenand set the token value and save - Go to the project configuration
- Click Add build step
- Select
Schedule automated run on Testlio Specify your Testlio Workspace IDvalue can be found fromRun Public APITestlio PlatformSpecify your test run collection GUIDvalue can be found fromRun Public APITestlio PlatformSpecify your automated test run collection GUIDvalue can be found fromRun Public APITestlio Platform- In
Choose your applicationselect the application type (Mobile App, Mobile Web, Desktop Web) - In
Specify your app build URLplease provide a public downloadable URL of your application build - In
Configure your testsplease select the test type - In
Specify your test package URLplease provide a public downloadable URL of your test package - Please select browsers/devices that you want to schedule for the run
- In
Advance Settingsthere is an optionWait for resultsthis is by default checked, after your tests are run this will wait to poll results from Testlio Platform - Save the settings and you can now trigger
build now
Please open an issue on github if you find something, will be happy to look into it.
Licensed under MIT, see LICENSE