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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[Breaking change] renamed env var GREP_TEMP_PATH to GREP_RESULTS_FILE
added env var GREP_TESTS_FOLDER - folder with all tests, can be specified once for all tests
added env var GREP_DELETE_ALL_FILE - can be specified once for all tests, default true - after run delete all-tests.ts file or not
added setting to fail run when no tests found on filtering (failOnNotFound, by default will fail)
added try-catch wrapper for spec file in pre-filtering mode. When spec file has problmes outside of the test will throw
one error with test paths if they fail outside of test.
fixed defect: when test without suite filtering is done incorrectly
fixed defect: when several suites in root it doesn't find tests with inline tags
fixed defect: several cases of inconsistent search