graph-explorer
graph-explorer copied to clipboard
[Feature Request] Add integration tests
Community Note
- Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Graph Explorer currently has no integration tests. The unit tests can only take you so far, then the integration tests must take you the rest of the way.
- Tests around Neptune Gremlin/OpenCypher/SPARQL queries
- Tests around other database use cases
- Tests for different versions of database servers
This video contained some really good ideas for setting up a consistent test environment, and development environment, using Docker.