Actions
Reference documentation for actions that apply as part for Currents Actions Engine
Last updated
Reference documentation for actions that apply as part for Currents Actions Engine
Last updated
The following actions are supported by Currents Actions Engine
skip
do not run the test at all, same as test.skip()
v1.9.0
quarantine
run the test, but ignore the failures; the results will be sent over to Currents, test status will be skipped
v1.9.0
Errors that occur in hook are not suppressed even if the corresponding test has the skip
or quarantine
action. Resulting in tests still being reported as failed.
Currents Action fixtures run before the afterAll
hook, and aren't handling these errors.
We are looking at solutions to resolve this in a future release.