Tag: jest

  1. Running Jest tests in parallel in Gitlab with multiple jobs

    I've been working a lot lately with Jest tests. Some projects had 1k+ of Jest unit tests. Another project was using Jest for running integration and E2E tests. In both cases we wanted to get feedback on CI as fast as possible. Our initial solution was following: Split tests into…

    on gitlab jest parallel ci