I’m building a web app that relies heavily on canvas to display maps. I’m thinking of using Playwright for testing, but I’m not sure how to go about it.
My main concern is making sure the maps display correctly, users can interact with them as expected, and any changes to the map are reflected properly.
Can anyone guide me on the best way to test canvas maps using Playwright? Are there specific tools or methods in Playwright that work well for this? Also, how do I handle situations where the map content changes based on user actions?
Any help or examples would be greatly appreciated! Thanks!