## Feature Request Have screenshots of every test to have instant visual feedback that it worked. ## Implementation Plan - Use a [matrix strategy for Github Action job](https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs) - During each run of the matrix: - Load the built mbtiles with [mbview](https://github.com/mapbox/mbview) - Take a screenshot of the loaded tile at zoom 10 and right boundaries ([this](https://github.com/karol-brejna-i/webpage-screenshot-action) or [this](https://github.com/flameddd/screenshots-ci-action)) - Upload images where they can be easily seen
Feature Request
Have screenshots of every test to have instant visual feedback that it worked.
Implementation Plan