Skip to content
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

Show progress #46

Open
tuimz opened this issue Feb 1, 2022 · 4 comments
Open

Show progress #46

tuimz opened this issue Feb 1, 2022 · 4 comments

Comments

@tuimz
Copy link

tuimz commented Feb 1, 2022

Currently there is no way to see the progress of the migration process before a test.

Would you be opposed me adding a feature that shows the migration / seeding progress. This could be (default) hidden behind a config setting. Let me know if this is something that could be merged and I will implement it.

@drfraker
Copy link
Owner

drfraker commented Feb 7, 2022

I'm super busy and won't have time to help or review a PR. I wonder if @JayBizzle has some time to look over a PR you create for this feature? I just noticed we have a few PR's to review. Not sure when I will get to those either.

@JayBizzle
Copy link
Contributor

Surely this package is now redundant since you can now use artisan:dump-schema which does what this package set out to achieve!?

@tuimz
Copy link
Author

tuimz commented Feb 7, 2022

I don't think the schema dump contains any seed info.

@JayBizzle
Copy link
Contributor

I don't think the schema dump contains any seed info.

No, you'd still need to seed your database when required in tests.

I think you can use the $shouldSeed property in your test class to signify you want to seed before the test runs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants