You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usually, when you test an application, you need to test its usability with every possible devices.
That's why i think we should set generic methods to allow doing mocha tests like this:
describe('Activing a menu link should work with ',function(){effroi.devices.forEach(function(device){it(device.NAME+' device',function(){device.cmd(button);// clic / touch / kbd enter});});});
I do not have a fixed idea on how it should look like, but i assume the best is to launch the debate here.
The text was updated successfully, but these errors were encountered:
Usually, when you test an application, you need to test its usability with every possible devices.
That's why i think we should set generic methods to allow doing mocha tests like this:
I do not have a fixed idea on how it should look like, but i assume the best is to launch the debate here.
The text was updated successfully, but these errors were encountered: