Using testcafe API client side only

Viewed 22

We have a server testing framework for our application already and are interested in using the client side event playing functionality of testcafe such as typeText() and click() at the client side only. So basically I'm looking for a primer how to include the various client side testcafe .js files (such as testcafe/lib/client/driver/index.js, testcafe/lib/client/automation/index.js etc) in our pages in order and how to call the automation events client side only. (I'm aware that this leaves the intended scope of testcafe, but may be someone else did already do what we are after)

0 Answers
Related