Testing HTML tables with Playwright Python
I figured out this pattern today for testing an HTML table dynamically added to a page by JavaScript, using Playwright Python: there is a fixture that starts Datasette running on a local port and…
2 posts tagged “playwright”.
I figured out this pattern today for testing an HTML table dynamically added to a page by JavaScript, using Playwright Python: there is a fixture that starts Datasette running on a local port and…
In the Playwright tests for datasette-cluster-map I wanted to assert that two markers had been displayed on a Leaflet map.