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
We have an example:
{:kaocha/tests [{:kaocha.testable/type :kaocha.type/clojure.test :kaocha.testable/id :unit :kaocha/ns-patterns ["-test$"] :kaocha/source-paths ["src"] :kaocha/test-paths ["test/unit"]} {:kaocha.testable/type :kaocha.type/clojure.test :kaocha.testable/id :integration :kaocha/ns-patterns ["-test$"] :kaocha/source-paths ["src"] :kaocha/test-paths ["test/integration"]}] :kaocha/fail-fast? false :kaocha/color? true :kaocha/reporter [kaocha.report/dots] :kaocha/plugins [:kaocha.plugin/randomize :kaocha.plugin/filter :kaocha.plugin/capture-output :kaocha.plugin/profiling] :kaocha.plugin.randomize/seed 950716166 :kaocha.plugin.randomize/randomize? true :kaocha.plugin.profiling/count 3 :kaocha.plugin.profiling/profiling? true}
Is it possible to set up :kaocha/fail-fast? flag per suite? I would like it to be true for integration tests but not for unit tests.
:kaocha/fail-fast?
The text was updated successfully, but these errors were encountered:
No, this is not possible.
Sorry, something went wrong.
No branches or pull requests
We have an example:
Is it possible to set up
:kaocha/fail-fast?
flag per suite?I would like it to be true for integration tests but not for unit tests.
The text was updated successfully, but these errors were encountered: