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
Like in circleci.test https://github.com/circleci/circleci.test#global-fixtures
circleci.test
How can I define global fixtures that are only run once for the entire test run? I just need an idea.
The text was updated successfully, but these errors were encountered:
No, not currently. However the original author of fixtures now thinks there are better alternatives to them.
Sorry, something went wrong.
Try Leiningen's :injections keyword and enable it when you call eftest.
:injections
lein with-profile +test-injections eftest
(defproject .. :profiles {:test-injections {:injections [(prn "hello")]}})
No branches or pull requests
Like in
circleci.test
https://github.com/circleci/circleci.test#global-fixturesHow can I define global fixtures that are only run once for the entire test run? I just need an idea.
The text was updated successfully, but these errors were encountered: