The first step of every testcase is supposed to fail to ensure a testing framework can fail in the scope of the testcase. In practice nobody acknowledges this, much less incorporates it.
Without, one is forced to concede that the test environment is not sane—and, therefore, no case under test is certifiable—because it cannot be known, for certain, if failure was a possibility.
Works on my machine.
I frequently had to test other developer's code, the fucking amount of times I heard that shit.
"Your code ain't working"
"It's working for me"
"Well it isn't working for me, did you actually test it"
"Yes"
"On anything else than your own PC?"
"It was working fine for me"
"It fucking isn't, look!"
"..huh"
For fuck sake just take like 1 minute to press on a frikking button to see if it actually does work.
Glad I'm not doing that shit anymore.
That's why they invented docker