9. Integration with Python & Selenium

9. Integration with Python & Selenium

Integrating Imagium with Python and selenium for Visual Regression is a cake walk. Just like any other programing language and tool we need to send screenshot in base64 format and that should be all. For more details on Imagium API’s check here Please find below a...
8. Integration with Cypress.io

8. Integration with Cypress.io

Imagium can be integrated with Cypress.io using its out of box API’s. Now visual testing with Cypress can be done with just snap of a finger and with utmost precision. For more details on Imagium API’s check here Documentation on cypress can be seen here...
7. Integration with Microsoft Playwright

7. Integration with Microsoft Playwright

As Imagium can be integrated with any automation tool on the planet. Microsoft Playwright is a no exception. There are various ways to make API calls in Node.js. We are using Axios library in this example(However you can use your preferred library if you have one)....

6. Automatic Test Creation (Web Crawlers)

Imagium when clubbed with web crawlers can do real wonders. For larger projects It can save coding effort worth a few weeks. Web crawlers can crawl through all the public pages of your website and those pages can serve as a baseline and the subsequent run’s can...

5. Java & Appium

Just like selenium, Integration of Imagium with Appium is extremely simple. All you need to do is capture the screenshot in Base64 format and send a Post request as mentioned here . package Appium.copy; import java.io.IOException; import java.net.URL; import...