Manage Jenkins
Manage Plugins
Available
-> Filter
and search for SideeX
Click New Item
enter the item's name, then choose Freestyle project
and click ok
Click Build
-> Add build step
-> Execute SideeX Web Testing
to create a SideeX Web Testing
Input the fields of Execute SideeX Web Testing
Protocol
: Select the protocol type for connecting the SideeX WebServer server
HTTPS (Enable certificate checking)
, the field Certificate file path
should be set to the path to the file cert.pem.SideeX WebService base URL
: The URL to the SideeX WebService server, that is, the value of the attribute webservice
.publicURL
defined in serverconfig.json.Checking report periodically every (ms)
: The time interval in which the WebService will be checked if it has completed the test execution, e.g. 2000 milliseconds.Test case file path
:Path to the test case file. The internal stucture of the file is defined in SideeX WebService - Step4.
<some dir>/testcase.zip
.<some dir>/testcasedir
.git
git
. For example, if the file is pulled by Jenkins, the field should be ./testcase.zip
.git
. For example, if the folder is pulled by Jenkins, the field should be ./testcasedir
.Click Save
-> Build Now
Click Console Output
View the current status of the execution
After running the job, click Back to Project
and select SideeX View Report
View the test report