The monkey should allow me to exclude certain types of events by setting up its percentage to zero (0).
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":0,
"pctSelectors":20,
"pctKeys":15,
"pctSpKeys":10,
"pctPgNav":35
},
"integrationFolder": "./cypress/integration/monkey",
"pluginsFile": "./cypress/plugins/index.js",
"pageLoadTimeout":120000,
"defaultCommandTimeout":120000,
"testFiles": "monkey.js",
"videosFolder":"./results"
}