Skip to content

Commit 95cd712

Browse files
author
DavertMik
committed
minor update to changelog
1 parent 08b9c1f commit 95cd712

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Scenario(..., ({ I }) => {
7171

7272
Previously `tryTo` and `retryTo` were available globally via plugins. This behavior is deprecated as of 3.7 and will be removed in 4.0. Import these functions via effects instead. Similarly, `within` will be moved to `effects` in 4.0.
7373

74-
#### **check command** added
74+
### `check` command added
7575

7676
```
7777
npx codeceptjs check
@@ -99,9 +99,9 @@ steps:
9999
run: npx codeceptjs run-workers 4
100100
```
101101
102-
### 👨‍🔬 **[analyze plugin](./plugins#analyze) introduced**
102+
### 👨‍🔬 **analyze plugin introduced**
103103
104-
This AI plugin analyzes failures in test runs and provides brief summaries. For more than 5 failures, it performs cluster analysis and aggregates failures into groups, attempting to find common causes. It is recommended to use Deepseek R1 model or OpenAI o3 for better reasoning on clustering:
104+
This [AI plugin](./plugins#analyze) analyzes failures in test runs and provides brief summaries. For more than 5 failures, it performs cluster analysis and aggregates failures into groups, attempting to find common causes. It is recommended to use Deepseek R1 model or OpenAI o3 for better reasoning on clustering:
105105
106106
```js
107107
• SUMMARY The test failed because the expected text "Sign in" was not found on the page, indicating a possible issue with HTML elements or their visibility.

0 commit comments

Comments
 (0)