Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Self healing AI capability doesn't work in parallel mode #4526

Open
vitaliisotnichenko opened this issue Oct 25, 2024 · 0 comments
Open

Self healing AI capability doesn't work in parallel mode #4526

vitaliisotnichenko opened this issue Oct 25, 2024 · 0 comments
Assignees

Comments

@vitaliisotnichenko
Copy link

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
@DavertMik DavertMik self-assigned this Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants