Skip to content

Parallel Testing Support #3751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 27, 2022
Merged

Parallel Testing Support #3751

merged 2 commits into from
Sep 27, 2022

Conversation

ssddanbrown
Copy link
Member

@ssddanbrown ssddanbrown commented Sep 26, 2022

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