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
If an element is not scrollable, the monkey should continue with the next event without issues.
Monkey throws an error and stop its execution.
{ "projectId":"TSDL-Monkey-with-cypress", "baseUrl":"http://localhost:2368/ghost", "env":{ "appName":"Ghost", "events":500, "delay":300, "seed":25, "pctClicks":20, "pctScroll":1, "pctSelectors":20, "pctKeys":15, "pctSpKeys":10, "pctPgNav":34 }, "integrationFolder": "./cypress/integration/monkey", "pluginsFile": "./cypress/plugins/index.js", "pageLoadTimeout":120000, "defaultCommandTimeout":120000, "testFiles": "monkey.js", "videosFolder":"./results" }
.\node_modules\.bin\cypress run --config-file .\monkey-config.json --headed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
If an element is not scrollable, the monkey should continue with the next event without issues.
Current Behavior
Monkey throws an error and stop its execution.
monkey.js.mp4
Steps to Reproduce
.\node_modules\.bin\cypress run --config-file .\monkey-config.json --headed
Context
The text was updated successfully, but these errors were encountered: