arangodb / arangojs

The official ArangoDB JavaScript driver.
https://arangodb.github.io/arangojs
Apache License 2.0
600 stars 106 forks source link

Adds a script to run tests against running docker container #746

Open alexgorbatchev opened 3 years ago

alexgorbatchev commented 3 years ago

Added ./scripts/test-with-docker script which starts arangodb in a docker container, runs npm test and then shuts down the container. This should make it much easier for people to run tests.