description |
---|
Reference documentation for actions that apply as part for Currents Actions Engine |
The following actions are supported by Currents Actions Engine
Action | Description | Min Version |
---|---|---|
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 Playwright's
afterAll
hook are not suppressed even if the corresponding test has theskip
orquarantine
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.
- Currents Action fixtures run before the