-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support run unit test, cucumber test, code format in osrm-backend-dev #379
Comments
Testing related docs:
From Project-OSRM#5720, node should be at max version 10. |
From https://github.com/Project-OSRM/osrm-backend/blob/1ba8aba4663590c5c53b3b0a9989e4fe605b45b8/scripts/format.sh#L33, the |
In my test, |
Tested: npm install --unsafe-perm
rm -rf build && rm -f lib/binding/*
# build NodeJS bindings with C++ binaries together
./scripts/node_install.sh
ll lib/binding/
# run cucumber test via npm
npm test
# OR via cucumber directly
./node_modules/.bin/cucumber-js
# format code
./scripts/format.sh |
build api docs( |
The text was updated successfully, but these errors were encountered: