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
[DEPRECATED] Marcos Marx
04/27/2023, 11:42 AM
Did you overwrite the
setup
function in tests files?
d
Dhanji Mahto
04/27/2023, 12:35 PM
yes, but it is empty
Dhanji Mahto
04/27/2023, 12:35 PM
we a are using @BeforeAll annotation to start database container
Dhanji Mahto
04/27/2023, 1:47 PM
@[DEPRECATED] Marcos Marx any idea how to fix this issue?