0

I am a java developer

in my project, I want to have an integration test with nebula

I want to know more about samples and best practices for Seed info in my DB with the Factory then Assert them.

is there any nice package or module or library that help me?

thanks in advance

saber tabatabaee yazdi
  • 4,404
  • 3
  • 42
  • 58

1 Answers1

1

Please refer to the project of ngbatis, where it leveraged the nebula-docker-compose to bootstrap a cluster in container and talk to it in the test.

https://github.com/nebula-contrib/ngbatis/blob/master/.github/workflows/pull_request.yml

Wey Gu
  • 575
  • 1
  • 6
  • 11