Applitools Eyes is a visual validation tool for visual regression testing. It is typically used through an SDK. With the Ranorex Applitools Eyes integration, you can use Applitools documentation in your Ranorex tests without writing code. This article explains how to add the integration to an existing Ranorex solution and verify that it was installed successfully.
Before you start
This article assumes that you are already familiar with the basic concepts and workflow of Applitools Eyes. If you need more information, refer to the Applitools documentation.
Add the integration
To add the Applitools Eyes integration to your Ranorex solution:
- In the Projects browser, right-click the solution where you want to use Applitools Eyes.
- Click Manage packages...
- In the search field, enter Ranorex Applitools.
- In the results list, select Ranorex with Applitools Eyes.
- Click Add.
- Click Close.
Verify the integration
After you add the package, check the Module Browser and verify that the following modules are available:
- InitializeEyes
- FinalizeEyes
If these modules are present, the integration was added successfully and is ready to use in your solution.
Result
The Applitools Eyes integration is now available in your solution and can be used in your Ranorex tests. After adding the integration, you can continue by configuring and using the Applitools Eyes modules in your test automation workflow.