Hi Team, We are facing issue - Issue - When we are...
# help-connector-development
d
Hi Team, We are facing issue - Issue - When we are running integration test cases & our database container is starting, test case are getting executed before container start. As a result 9 test cases are failing. Any idea how to fix ?
u
Did you overwrite the
setup
function in tests files?
d
yes, but it is empty
we a are using @BeforeAll annotation to start database container
@[DEPRECATED] Marcos Marx any idea how to fix this issue?