Skip to content

Parallel Testing Support - #3751

Merged
ssddanbrown merged 2 commits into
developmentfrom
parallel_testing
Sep 27, 2022
Merged

ssddanbrown merged 2 commits into
developmentfrom
parallel_testing

Conversation

@ssddanbrown

@ssddanbrown ssddanbrown commented Sep 26, 2022

Copy link
Copy Markdown
Member

Adds support for Laravel's built-in parallel testing support.

Can be ran via php artisan test -p. Will create a test database for each thread.

Todo

  • Update seeding technique to only seed if needed, not every run.
  • Move AppServiceProvider to a test-only place if possible? Not a fan of test-specific code living there.
  • Document in readme?
  • Revert change to resources/js/wysiwyg/config.js

Moved testing content out of AppServiceProvider, to a testing-specific
service provider. Updated docs and added composer commands to support
parallel testing.
Also reverted unintentional change to wysiwyg/config.js.
@ssddanbrown ssddanbrown added this to the Next Feature Release milestone Sep 27, 2022
@ssddanbrown
ssddanbrown merged commit 67d7534 into development Sep 27, 2022
@ssddanbrown
ssddanbrown deleted the parallel_testing branch September 27, 2022 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant