codeceptjs / codeceptjs/CodeceptJS

Self healing AI capability doesn't work in parallel mode

未關閉
#4,526 1 則留言 0 個 reaction 已指派 1 人 已被 @DavertMik 認領 在 GitHub 檢視
stale
主要語言
JavaScript
星號
4.2k
分支
757
平均合併
2 天 9 小時
30 天內合併 PR
16

描述

#### What are you trying to achieve?
We would like to use self healing AI capability https://codecept.io/ai/#self-healing-tests on CI

#### What do you get instead?
Self-healing capability works only for single test execution run --ai

```bash
npx codeceptjs run --ai --grep @T6f98b591 --config=./codeceptjs/codecept.conf.common.js
```

![Screenshot 2024-10-25 at 12 13 50](https://github.com/user-attachments/assets/d7f6612a-cf0e-4c0e-b23d-accc553d70fc)

but doesn't work with parallel execution using workers

```bash
npx codeceptjs run-workers 2 --ai --grep @T6f98b591 --config=./codeceptjs/codecept.conf.common.js
```
no generation of the self-healing report for this command

### Details

* CodeceptJS version: 3.6.5
* NodeJS Version: 20.16.0
* Operating System: MacOS
* playwright: 1.38.1

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。