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

New field for testing #53

Open
mikaelrjohansson opened this issue Nov 27, 2020 · 1 comment
Open

New field for testing #53

mikaelrjohansson opened this issue Nov 27, 2020 · 1 comment

Comments

@mikaelrjohansson
Copy link

It would be nice with a "TestField" that one could use for integrationstests.

This Field would, on run:

  1. Drop database
  2. Run migrations from migration-folder in correct order. (Ie version 0.0.1 first, then 0.0.2 etc.)
  3. Run files from vNext

It should not run seed as you most likely want to control input in your tests.

@mattiasnordqvist
Copy link
Owner

Maybe some test-related-seed scripts could be useful though?

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

2 participants