https://github.com/brianbancroft/question-cypress-mapboxgl
Abstract examples of testing mapboxgl in cypress
https://github.com/brianbancroft/question-cypress-mapboxgl
cypress e2e mapbox-gl-js mapboxgl react testing testing-library
Last synced: about 1 month ago
JSON representation
Abstract examples of testing mapboxgl in cypress
- Host: GitHub
- URL: https://github.com/brianbancroft/question-cypress-mapboxgl
- Owner: brianbancroft
- Created: 2022-01-29T00:26:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T23:49:48.000Z (almost 4 years ago)
- Last Synced: 2025-04-24T03:27:40.838Z (about 1 year ago)
- Topics: cypress, e2e, mapbox-gl-js, mapboxgl, react, testing, testing-library
- Language: JavaScript
- Homepage: https://cypress-mapboxgl-click-event.netlify.app/
- Size: 96.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Testing and triggering various mapbox gl events in cypress
https://cypress-mapboxgl-click-event.netlify.app/
This repo experiments with mapbox interactions in a cypress environment. Created because I have yet to get a working solution to simulating a map pan in mapbox gl
# What Works, what Doesn't?
This is not an authoritative list.
- [x] click
- [x] double click
- [x] mouse move
- [] _pan_
## Site Status
The cypress test suite is set to run against a live site on netlify in order to minimize setup time of others.
[](https://app.netlify.com/sites/cypress-mapboxgl-click-event/deploys)