I’ve been creating an automated UI test for a VTEX store using Cypress — dealing with dynamic CSS is a bit tricky. What tools do you recommend for UI testing, where the goal is to test the basic site functionality including login, search, checkout, and purchasing?
Has anyone used https://robotframework.org/ for this? Is there a better tool? I need something that runs in parallel and makes it fairly easy to capture actions without requiring me to wrestle with CSS.