You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a leiningen user I would like to be able to categorize tests. And execute categories separately.
Currently I have a project with several unit- and integration test files (in different directories). I would like to run all unit tests separately from Webdriver integration tests and vice versa.
If categorization is hard, it would be OK, if I could somehow run all tests from one directory in single execution.
BR, Jussi
The text was updated successfully, but these errors were encountered:
I've had something like this in mind for a while now. My idea is to use metadata on the test function vars and accept a predicate on the command-line to determine whether each var should be run. Generally the predicate would just be a keyword.
As a leiningen user I would like to be able to categorize tests. And execute categories separately.
Currently I have a project with several unit- and integration test files (in different directories). I would like to run all unit tests separately from Webdriver integration tests and vice versa.
If categorization is hard, it would be OK, if I could somehow run all tests from one directory in single execution.
BR, Jussi
The text was updated successfully, but these errors were encountered: