Kishore Kumar
Kishore Kumar

Reputation: 11

How to automate the Mobile Virtual device testing using Testcafe

  1. I wrote a simple code(using Javascript) to launch a site and to do some operations.
  2. Using the Testcafe remote command, I am able to get the remote connection URL and QR code.

3.Using(copied) the remote URL, I wrote another Java program to run the remote URL in the virtual device using appium.

Can someone let me know, How can I automate the process to link step2 and step3?

Upvotes: 0

Views: 138

Answers (1)

Alex Kamaev
Alex Kamaev

Reputation: 6318

The question is tagged as 'testcafe', but it is more related to automation of processes than to e2e testing with TestCafe.

TestCafe itself only gives you the remote link.

If you want to run your tests on mobile devices, you can check the Browsers in Cloud Testing Services article.  

Upvotes: 1

Related Questions