Search code examples
appiumserenity-js

How to configure appium with serenity/js?


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


Solution

  • 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