Provar Jenkins Plugin
The prototype will help the user create an extensible, configurable plugin in Jenkins, allowing users to quickly set up Jenkins jobs without having to perform all of the necessary software installations.
The plugin is already available on Jenkins Marketplace. It adds the capability to install Chrome/browsers based on user input. Also, it provides the capability to add a parameter for the Test Folder name to the build step.
Note: The use of Provar Labs prototypes is at your own risk. Provar Labs prototypes should only be used on your non-production instance to test their functionality if you accept the risk of doing so. These prototypes have not completed the beta testing phase and might pose a higher-than-normal risk for bugs. We may enhance, withdraw, or replace prototype features based on extended testing and feedback gathered. Do not rely on these features as part of your test automation.
Steps for Jenkins Plugin
Step 1: Download the Jenkins version 2.361.4 (available on 28/11/2022)
Select Windows from Download Jenkins

Above: Snapshot of Download of Jenkins version.
Step 2: Login into Jenkins.
On your Jenkins login URL. Enter Username and Password.

Above: Snapshot of the login screen of Jenkins
Step 3: Jenkins dashboard
Click Manage Jenkins (on the left side) to check if the connection is successful.

Above: Snapshot of the Jenkins dashboard.
Step 4: Manage the Plugin from the Dashboard.
To manage the Jenkins plugin, use Plugin Manager. This section will be available only for admins for the Jenkins installation.


Above: Under Plugin Manager go to the Available Section.
Step 5: Provar Automation CLI
The installer file will be updated to reflect any new publicly available versions of the Provar Automation CLI. The latest will always point to the latest Provar Automation CLI version publicly available.

Above: Snapshot of Provar Automation CLI.
Step 6: Configuration
1. You can configure an automatic installer using an extract configuration.
- If you do not have the ability to replace files on your Jenkins instance, then this method is preferred.
- All installer links are available at the Installer Link

Above: Snapshot of installer.
2. Manual Installation
You can configure the plugin to use an existing installation of either the Provar Automation CLI or full Provar Automation.

Above: Snapshot of Manual Installation.
3. JDK Configuration.
Requires Oracle Account to install JDK automatically. Oracle JDK plugin GitHub Oracle JDK Plugin GitHub

Above: Snapshot of JDK Configuration.
4. ANT Configuration.
Recommended version: 1.10.X ANT Plugin GitHub

Above: Snapshot of ANT Configuration
5. XVFB Configuration
You cannot install XVFB automatically without a valid URL XVFB Plugin GitHub
Linux Distribution Specific Installations (may require sudo override)

Above: Snapshot of XVFB Configuration.
Step 7: Build Environment.
Select With Provar Automation.

Above: Snapshot of Build Environment.
Step 8: Build step configuration.
Please follow the build steps:
- Provar Version: Provar Installation to use. The version you select here will be used for the task itself.
- Project Name: The project folder containing the Provar test project. Leave blank if any of your root repositories contains the .testproject file. The project path must be relative to the Jenkins workspace directory.
- Build File: Build file to use. The plugin will look for build.xml in the ANT directory if left blank. Otherwise, look for the named build file in the ANT directory of the Project Name folder.
- Test Plan: Test Plan to use. Plugin will look in the plans directory of the Provar Project folder for the named Test Plan. Full relative paths can be used (i.e. Regression/Sales Cloud/Account)
- Test Folder: The Test Folder to include in the test run. Plugin will look in the tests directory of the Provar Automation Project for the folder. Full relative paths can be used (i.e. Regression/Sales Cloud/Opportunity)
- Test Folder: The Test Folder to include in the test run. Plugin will look in the tests directory of the Provar Automation Project for the folder. Full relative paths can be used (i.e. Regression/Sales Cloud/Opportunity)

Above: Snapshot of Build steps.
Step 9: Environment settings.
The test environment can be left blank for the default environment.

Above: Snapshot of Environment settings.
Step 10: Cache settings.
a.) Salesforce Metadata Cache Setting: The cache setting to use when accessing Salesforce Metadata.

Above: Snapshot of Salesforce Metadata cache setting.
b.) Test Results Path Setting: How will the ANT/Results folder be handled in subsequent job executions?

Above: Snapshot of Test Results Path Setting.
Build.xml Configuration
Below is an example with some values called out for your attention.
<project default="runtests"> <property environment="env"/> <property name="provar.home" value="${env.PROVAR_HOME}"/> <property name="testproject.home" value="${env.PROJECT_WORKSPACE}"/> <property name="testproject.results" value="${testproject.home}/ANT/Results"/> <property name="secrets.password" value="${ProvarSecretsPassword}"/> <taskdef name="Provar-Compile" classname="com.provar.testrunner.ant.CompileTask" classpath="${provar.home}/ant/ant-provar.jar"/> <taskdef name="Run-Test-Case" classname="com.provar.testrunner.ant.RunnerTask" classpath="${provar.home}/ant/ant-provar.jar;${provar.home}/ant/ant-provar-bundled.jar;${provar.home}/ant/ant-provar-sf.jar"/> <target name="runtests"> <Provar-Compile provarHome="${provar.home}" projectPath="${testproject.home}"/> <Run-Test-Case provarHome="${provar.home}" projectPath="${testproject.home}" resultsPath="${testproject.results}" resultsPathDisposition="${env.RESULTS_PATH_SETTING}" testEnvironment="${env.ENVIRONMENT}" webBrowser="${env.BROWSER}" webBrowserConfiguration="Full Screen" webBrowserProviderName="Desktop" webBrowserDeviceName="Full Screen" salesforceMetadataCache="${env.CACHE_SETTING}" projectCachePath="${testproject.home}/.provarCaches" testOutputlevel="${env.LOGGING_LEVEL}" pluginOutputlevel="WARNING" stopTestRunOnError="false" secretsPassword="${secrets.password}" > <fileset dir="${testproject.home}/tests/${env.TEST_FOLDER}"/> </Run-Test-Case> </target> </project>
For more information, check out this course on University of Provar.
- Provar Automation
- System Requirements
- Browser and Driver Recommendations
- Installing Provar Automation
- Updating Provar Automation
- Licensing Provar
- Granting Org Permissions to Provar Automation
- Optimizing Org and Connection Metadata Processing in Provar
- Using Provar Automation
- Understanding Provar’s Use of AI Service for Test Automation
- Provar Automation
- Creating a New Test Project
- Import Test Project from a File
- Import Test Project from a Remote Repository
- Import Test Project from Local Repository
- Commit a Local Test Project to Source Control
- Salesforce API Testing
- Behavior-Driven Development
- Consolidating Multiple Test Execution Reports
- Creating Test Cases
- Custom Table Mapping
- Functions
- Debugging Tests
- Defining a Namespace Prefix on a Connection
- Defining Proxy Settings
- Environment Management
- Exporting Test Cases into a PDF
- Exporting Test Projects
- Japanese Language Support
- Override Auto-Retry for Test Step
- Customize Browser Driver Location
- Mapping and Executing the Lightning Article Editor in Provar
- Managing Test Steps
- Namespace Org Testing
- NitroX
- Provar Test Builder
- ProvarDX
- Refresh and Recompile
- Reintroduction of CLI License Check
- Reload Org Cache
- Reporting
- Running Tests
- Searching Provar with Find Usages
- Secrets Management and Encryption
- Setup and Teardown Test Cases
- Tags and Service Level Agreements (SLAs)
- Test Cycles
- Test Data Generation
- Test Plans
- Testing Browser – Chrome Headless
- Testing Browser Options
- Tooltip Testing
- Using the Test Palette
- Using Custom APIs
- Callable Tests
- Data-Driven Testing
- Page Objects
- Block Locator Strategies
- Introduction to XPaths
- Creating an XPath
- JavaScript Locator Support
- Label Locator Strategies
- Maintaining Page Objects
- Mapping Non-Salesforce fields
- Page Object Operations
- ProvarX™
- Refresh and Reselect Field Locators in Test Builder
- Using Java Method Annotations for Custom Objects
- Applications Testing
- Database Testing
- Document Testing
- Email Testing
- Email Testing in Automation
- Email Testing Examples
- Gmail Connection in Automation with App Password
- App Configuration for Microsoft Connection in MS Portal for OAuth 2.0
- OAuth 2.0 Microsoft Exchange Email Connection
- Support for Existing MS OAuth Email Connection
- OAuth 2.0 MS Graph Email Connection
- Create a Connection for Office 365 GCC High
- Mobile Testing
- OrchestraCMS Testing
- Salesforce CPQ Testing
- ServiceMax Testing
- Skuid Testing
- Vlocity API Testing
- Webservices Testing
- Provar Manager
- How to Use Provar Manager
- Provar Manager Setup
- Provar Manager Integrations
- Release Management
- Test Management
- Test Operations
- Provar Manager and Provar Automation
- Setting Up a Connection to Provar Manager
- Object Mapping Between Automation and Manager
- How to Upload Test Plans, Test Plan Folders, Test Plan Instances, and Test Cases
- Provar Manager Filters
- Uploading Callable Test Cases in Provar Manager
- Uploading Test Steps in Provar Manager
- How to Know if a File in Automation is Linked in Test Manager
- Test Execution Reporting
- Metadata Coverage with Manager
- Provar Grid
- DevOps
- Introduction to Provar DevOps
- Introduction to Test Scheduling
- Apache Ant
- Configuration for Sending Emails via the Automation Command Line Interface
- Continuous Integration
- AutoRABIT Salesforce DevOps in Provar Test
- Azure DevOps
- Running a Provar CI Task in Azure DevOps Pipelines
- Configuring the Automation secrets password in Microsoft Azure Pipelines
- Parallel Execution in Microsoft Azure Pipelines using Multiple build.xml Files
- Parallel Execution in Microsoft Azure Pipelines using Targets
- Parallel execution in Microsoft Azure Pipelines using Test Plans
- Bitbucket Pipelines
- CircleCI
- Copado
- Docker
- Flosum
- Gearset
- GitHub Actions
- Integrating GitHub Actions CI to Run Automation CI Task
- Remote Trigger in GitHub Actions
- Parameterization using Environment Variables in GitHub Actions
- Parallel Execution in GitHub Actions using Multiple build.xml Files
- Parallel Execution in GitHub Actions using Targets
- Parallel Execution in GitHub Actions using Test Plan
- Parallel Execution in GitHub Actions using Job Matrix
- GitLab Continuous Integration
- Travis CI
- Jenkins
- Execution Environment Security Configuration
- Provar Jenkins Plugin
- Parallel Execution
- Running Provar on Linux
- Reporting
- Salesforce DX
- Git
- Version Control
- Salesforce Testing
- Recommended Practices
- Salesforce Connection Best Practices
- Improve Your Metadata Performance
- Java 21 Upgrade
- Testing Best Practices
- Automation Planning
- Supported Testing Phases
- Provar Naming Standards
- Test Case Design
- Create records via API
- Avoid using static values
- Abort Unused Test Sessions/Runs
- Avoid Metadata performance issues
- Increase auto-retry waits for steps using a global variable
- Create different page objects for different pages
- The Best Ways to Change Callable Test Case Locations
- Working with the .testProject file and .secrets file
- Best practices for the .provarCaches folder
- Best practices for .pageObject files
- Troubleshooting
- How to Use Keytool Command for Importing Certificates
- Installing Provar After Upgrading to macOS Catalina
- Browsers
- Configurations and Permissions
- Add Permissions to Edit Provar.ini File
- Configure Provar UI in High Resolution
- Enable Prompt to Choose Workspace
- Increase System Memory for Provar
- Refresh Org Cache Manually
- Show Hidden Provar Files on Mac
- Java Version Mismatch Error
- Unable to test cases, test suites, etc… from the Test Project Navigation sidebar
- Connections
- DevOps
- Error Messages
- Provar Manager 3.0 Install Error Resolution
- Provar Manager Test Case Upload Resolution
- Administrator has Blocked Access to Client
- JavascriptException: Javascript Error
- Resolving Failed to Create ChromeDriver Error
- Resolving Jenkins License Missing Error
- Resolving Metadata Timeout Errors
- Test Execution Fails – Firefox Not Installed
- Selenium 4 Upgrade
- Licensing, Installation and Firewalls
- Memory
- Test Builder and Test Cases
- Release Notes