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
// in this case we execute recipe only on tests that have "@flaky" in their name
114
114
grep:'@flaky',
115
115
116
-
// function to launch to heal the
116
+
// function to launch healing process
117
117
fn:async ({
118
118
// standard context variables
119
119
step, test, error, prevSteps,
@@ -179,7 +179,7 @@ heal.addRecipe('ai', {
179
179
});
180
180
```
181
181
182
-
As you usee, it will be activated on failed steps and will use HTML of a page as additional information. The prompt, error, and the HTML will be sent to AI provider you configured.
182
+
As you use, it will be activated on failed steps and will use HTML of a page as additional information. The prompt, error, and the HTML will be sent to AI provider you configured.
183
183
184
184
Learn more how you can [configure AI provider](./ai).
0 commit comments