We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have fixtures in dev files and I want to run the same fixtures in test. How I can do that ?
But those fixtures doesn’t have to run in all env
The text was updated successfully, but these errors were encountered:
You can either load them by hand https://github.com/theofidry/AliceDataFixtures/blob/master/doc/advanced-usage.md#usage-in-tests or maybe better you can add the file to the test env too, and instead of copying the content include the dev file in it
Sorry, something went wrong.
No branches or pull requests
I have fixtures in dev files and I want to run the same fixtures in test. How I can do that ?
But those fixtures doesn’t have to run in all env
The text was updated successfully, but these errors were encountered: