cytoscape / cytoscape.js-compound-drag-and-drop

Compound node drag-and-drop UI for adding and removing children
MIT License
33 stars 16 forks source link

Approach to testing for drag and drag events in Cytoscape.js canvas #29

Closed leecalcote closed 1 year ago

leecalcote commented 1 year ago

Do you have any recommendations on an approach for integration (unit or e2e) tests of drag and/or move events (we're trying to test drag and drop from within the canvas alone, not from outside the canvas onto the canvas)?

We are using Cypress to run e2e tests, but we haven't been able to test our drag and drop functionality. How can you test drag and drop of Cytoscape nodes/edges (with or without using Cypress)?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale, because it has not had activity within the past 30 days. It will be closed if no further activity occurs within the next 30 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.