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

Fixtures in multiple environments #70

Open
padsensei opened this issue Aug 27, 2024 · 1 comment
Open

Fixtures in multiple environments #70

padsensei opened this issue Aug 27, 2024 · 1 comment

Comments

@padsensei
Copy link

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

@theofidry
Copy link
Owner

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

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