-
-
Notifications
You must be signed in to change notification settings - Fork 737
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
feat: highlight the interacting elements #3672
Conversation
Wow! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So simple yet awesome!
I would somehow turn that on if I run tests with --debug
flag,
Can we also have it for WebDriver?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So simple yet awesome!
I would somehow turn that on if I run tests with --debug
flag,
Can we also have it for WebDriver?
@kobenguyent please fix Puppeteer tests |
@kobenguyent I think that would be essential thing for writing tests with AI |
Webdriver support is added. I'm not sure how to acknowledge is the --debug is passed. May you advise on that?
Oh, fixed it. |
🔥🔥 |
Seems good to me. Let's have it! |
@kobenguyent Thanks a lot, pretty sure next someone will ask to customize the border width and the color :D |
@kobenguyent Quick note, this seems to not be working with --debug but with --verbose for helper puppeteer. Also, it is not showing when using npx codeceptjs run-workers even if highlightElement is true, or I am doing something wrong. |
Hi, please check this #3896 |
Motivation/Description of the PR
Applicable helpers:
Type of change
Checklist:
npm run docs
)npm run lint
)npm test
)