Back to Codeceptjs

heal

docs/plugins/heal.md

4.0.0886 B
Original Source
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->

heal

Self-healing tests with AI.

Read more about healing in Self-Healing Tests

js
plugins: {
  heal: {
   enabled: true,
   on: 'fail',
  }
}

More config options are available:

  • healLimit - how many steps can be healed in a single test (default: 2)
  • on - trigger mode. fail (default), file (filter to a path), url (filter to a URL pattern).

on= modes

Heal always runs on step failures; on= narrows when it engages.

  • fail — heal any failing step (default)
  • file — heal only failures in path=...[;line=...]
  • url — heal only failures when the current URL matches pattern=...

on=step and on=test are not supported and are rejected with an error.

Parameters

  • config