testcafe
testcafe copied to clipboard
feat: added sending warnings from client
[closes #2930]
Purpose
Inform a user that a click was made on a wrong element or page was scrolled to reach the element.
Approach
- Analyze the ways to send warnings from the client to the server
- Add tests
- Implement events and handlers that send information from client to server
- Add warnings from the client to WarningLog
References
https://github.com/DevExpress/testcafe/issues/2930
Pre-Merge TODO
- [X] Write tests for your proposed changes
- [x] Make sure that existing tests do not fail