Skip to content

Commit

Permalink
fix for wrong backtick in "ai.md" (#3734)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraf authored Jul 5, 2023
1 parent 329b15d commit f5aa09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Heal actions **work only on actions like `click`, `fillField`**, etc, and won't

If Heal plugin successfully fixes the step, it will print a suggested change at the end of execution. Take it as actionable advice and use it to update the codebase. Heal plugin is supposed to be used on CI, and works automatically without human assistance.

To start, enable `heal` plugin in `codecept.conf.js`` or `codecept.conf.ts`:
To start, enable `heal` plugin in `codecept.conf.js` or `codecept.conf.ts`:

```js
plugins: {
Expand Down Expand Up @@ -243,4 +243,4 @@ To debug AI features run tests with `DEBUG="codeceptjs:ai"` flag. This will prin

```
DEBUG="codeceptjs:ai" OPENAI_API_KEY=sk-******** npx codeceptjs run
```
```

0 comments on commit f5aa09a

Please sign in to comment.