2023 Nov 24 4:23 PM
I'm running integration testing in the bitbucket pipeline. To run the integration test I need to run the project first then run the karma to test my test cases. But after the test is completed my pipeline runs endlessly. Because I think project run is an endless process, That's why it never stops running.
But if I try to kill the process. It shows the status failed, even after all the test cases are passed. So is there any process to stop my pipeline without getting the failed result?