Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Self healing AI capability doesn't work in parallel mode

Open
#4,526 1 comment 0 reactions 1 assignee View on GitHub

@DavertMik is already working on this.

Since Oct 26, 2024.

Assessment

This issue has not been assessed yet.

Description

stale
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

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

Screenshot 2024-10-25 at 12 13 50

but doesn't work with parallel execution using workers

 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
Dominant language
JavaScript
Stars
4.2k
Forks
756
Avg merge
2d 9h
Merged PRs (30d)
16

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from codeceptjs/CodeceptJS

All issues in codeceptjs/CodeceptJS

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.