keep icon indicating copy to clipboard operation
keep copied to clipboard

[👨🏻‍💻 Internal]: Make e2e tests run faster

Open Kiryous opened this issue 2 months ago • 1 comments

"Set up Keep environment" step takes around 7min now. This step is running docker compose up -d which involves building and starting your containers The 7 minutes are likely spent mostly on:

Building the frontend Docker image (~4 mins for npm build) Building the backend Docker image Starting all services and waiting for them

Kiryous avatar Dec 05 '24 12:12 Kiryous