1 min readMay 15, 2020
Thank you! I would suggest to separate installation and setup from the actual test execution. In the end, you want to be able to quickly spot which part failed. So, maybe “e2e setup” and “e2e tests” as separate stages. And if the “e2e tests” stage fails, you directly know that it is about your tests and not some installation issue.