GitLab product documentation.| docs.gitlab.com
GitLab product documentation.| docs.gitlab.com
GitLab product documentation.| docs.gitlab.com
+ tl;dr - During E2E testing I spin up containers of dependencies to run tests against them – the setup I normally use recently stopped working so I fixed it. E2E tests are the most important tests for a project – it doesn’t matter if no endpoints malfunction due to invalid input if no users can checkout or perform crucial functions with good inputs. For past projects, I’ve used containerization (docker) containers in E2E tests in CI to test systems I’ve built as faithfully as possi...| vadosware.io