# Laravel: Parallel Testing Is Now Available

DevFeed: [Laravel: Parallel Testing Is Now Available](<https://devfeed.tech/articles/laravel-parallel-testing-is-now-available-3792.md>)

Original publisher: [Read original article](<https://laravel.com/blog/laravel-parallel-testing-is-now-available>)

Author: Nuno Maduro

Published: 2021-01-25T16:31:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Processes](<https://devfeed.tech/topics/processes.md>), [Database](<https://devfeed.tech/topics/database.md>), [Pull Request](<https://devfeed.tech/topics/pull-request.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [processes](<https://devfeed.tech/tags/processes.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

Laravel v8.25 adds built-in parallel testing through an Artisan command. It runs tests across multiple processes, manages a test database for each process, and can reduce total test-suite execution time.

## Source excerpt

We're excited to announce that Parallel Testing is now available in Laravel. Starting Laravel v8.25, you may use the built-in `test` Artisan command to run your tests simultaneously across multiple processes to significantly reduce the time required to run the entire test suite.