How to configure appium with serenity/js?

573 Views Asked by At

can we setup Appium with serenity/JS to supports running tests on mobile devices for hybrid applications?

1

There are 1 best solutions below

0
On BEST ANSWER

It's Protractor's responsibility to provide Serenity/JS with an instance of a browser, so it should be enough to configure Protractor to use Appium as per the documentation.

Hope this helps!

Jan