We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We would like to use self healing AI capability https://codecept.io/ai/#self-healing-tests on CI
Self-healing capability works only for single test execution run --ai
npx codeceptjs run --ai --grep @T6f98b591 --config=./codeceptjs/codecept.conf.common.js
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
The text was updated successfully, but these errors were encountered:
DavertMik
No branches or pull requests
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
but doesn't work with parallel execution using workers
no generation of the self-healing report for this command
Details
The text was updated successfully, but these errors were encountered: