Quantum 3.0.0 release notes
Quantum Automation Framework is a Java-based UI test automation framework that supports the creation of robust mobile and web tests. With this latest release, Quantum is now available in Maven Central, the default public repository for Apache Maven used to store and distribute Java libraries, dependencies, and plugins.
Making Quantum available in Maven Central offers the following benefits:
-
Enables seamless integration with the CI/CD pipeline and in-house Maven repositories like JFrog Artifactory or Nexus
-
Improves security by enabling an organization’s security team to scan the
.jar
file before it is used by engineering teams -
Eliminates the need to allowlist additional URLs to get the framework dependencies
Upgrade to Quantum 3.3.0
Before upgrading to Quantum 3.3.0, ensure that you have already made the changes outlined in the 1.30.0 and 1.31.0 release notes. Then, make the following changes to your implementation.
To upgrade to Quantum 3.3.0:
-
In your project's
pom.xml
file, find the<repositories>
tag and remove the perfectomobile repository. Perfecto’s in-house repository is no longer required. -
Remove the existing Quantum framework dependency from the
pom.xml
file. -
Add the new Quantum framework dependency mentioned in the Quantum Overview article.
-
Upgrade the framework to the latest version available on Maven Central.