chilio / laravel-dusk-ci

Docker Test suite for Laravel Dusk in gitlab CI
MIT License
160 stars 51 forks source link

anyways to speed up the tests #49

Closed thejacer87 closed 5 years ago

thejacer87 commented 5 years ago

i don't have too many test. but the runner takes up to 2 minutes.

just wondering if anyone has any tips to speed up running the tests

chilio commented 5 years ago

@thejacer87 2 mins seam fine, some complex CI tests might take hours, depending on the underlying hardware. You can speed up your tests using mix of cache and artifacts routines in gitlab runners. Please read more on caching in gitlab-runner here