•  
      request #27529 Use env variables instead of passing flags to Jest CLI directly
    Infos
    #27529
    Thomas Gerbet (tgerbet)
    2022-07-06 10:37
    2022-07-04 09:54
    29081
    Details
    Use env variables instead of passing flags to Jest CLI directly

    Currently to run the tests in the CI pipeline we pass some CLI options directly. This works but it is not nice for a couple of reasons:

    • the logic on how to run the tests is scattered in multiple places
    • it assumes Jest is our only test runner
    • it prevents us from caching the task results in dev env
    Dev tools
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Closed
    2022-07-06
    Attachments
    Empty
    References

    Follow-ups