Learn how to deploy JenBrains TeamCity as Continuous Integration in your environment and observe the test runs from the CI Dashboard in the Test Analysis view. This procedure uses a Hyper-V virtual machine. The code is uploaded to GitLab. If you have already deployed TeamCity, you can skip the first steps.
Step-by-step instructions
- 
                                                    Download and install the required tools: 
- Restart the TeamCity VM.
- Access the console (the URL depends on your settings).
- 
                                                    Create a new project. 
- 
                                                    Set up your project: - 
                                                            If prompted for Maven settings, install the Maven support plugin. 
- 
                                                            Click Build Step. 
- 
                                                            Provide the following information: - 
                                                                    Runner type: Maven 
- 
                                                                    Execute step: If all previous steps finished successfully 
- 
                                                                    Goals: clean test 
- 
                                                                    Additional Maven command line parameters: Copy-Dmaven.test.failure.ignore=true -Dreportium-job-name=”%env.TEAMCITY_PROJECT_NAME%” -Dreportium-job-number=%env.BUILD_NUMBER% -Dreportium-job-branch=”%myBranch%” -Dreportium-tags=”%myTag%”
 
- 
                                                                    
 
- 
                                                            
- 
                                                    Run the Build and check the CI Dashboard in your Perfecto cloud. Following is a sample URL where <your-cloud> is the name of your tenant: https://<your-cloud>.reporting.perfectomobile.com/dashboard-ci 
See also