What is the difference between pass and completed test?

What is the difference between pass and completed test?

Hey Tim

To explain the difference between completed and passed tests, completed is when the entire test is without using the pass-fail status script from lambda hooks. Pass means the test ran as per the script.

Eg, In a test, if you click on any element, if it does not click but the test still moves forward. In this case, it will be complete, but eventually, the purpose of the button fails. You can also refer to our detailed documentation on passed or failed tests.