-
Notifications
You must be signed in to change notification settings - Fork 94
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
[Doc][Developer] Documentation about how to run test #618
Comments
@dosu help the dev/user to provide more info/details about how to run hugegraph-client test locally (or in IDEA) Or could you provide a simple way to run it quickly |
Hey @imbajin! 👋 I'm here to help you with any bugs, questions, or contributions while you wait for the human maintainer. To run the HugeGraph client tests locally or in IntelliJ IDEA, follow these steps:
Additionally, you can follow the detailed guide provided in the HugeGraph documentation for setting up and debugging the HugeGraph server in IntelliJ IDEA:
By following these steps and the detailed guide, you can manually set up the HugeGraph server and run the client tests locally or in IntelliJ IDEA [1][2][3]. |
Search before asking
Feature Description (功能描述)
Currently, it's little bit of complexity for developer who wants run test locally.
For example, I want to run client's test, and fund it relying on hugegraph server. Okay, then I start HugeGraph server, the test still failed. Then I took a look to it's CI, and fund this script which can not run directly on local.
Running tests is a good approach to understand the code, maybe we should provide some documentations and scripts for developers that teach how to test locally?
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: