简体   繁体   English

如何使用appium与appium一起测试网络和移动?

[英]How to use protractor with appium to test both web and mobile together?

There is a web portal (a desktop website) based on AngularJS. 有一个基于AngularJS的门户网站(桌面网站)。 I am using Protractor to test this web portal. 我正在使用Protractor来测试这个门户网站。 The functionality is such that if some action is done on web portal the results are reflected in a mobile android app. 功能是这样的,如果在门户网站上完成某些操作,结果将反映在移动Android应用程序中。

I need to automate this scenario, where half of the testing is done on the desktop browser using Protractor and the other half is automatically checked on the mobile app using Appium (or any other tool). 我需要自动化这种情况,其中一半测试是使用Protractor在桌面浏览器上完成的,另一半是使用Appium(或任何其他工具)在移动应用程序上自动检查的。

Is this possible? 这可能吗? If so, how? 如果是这样,怎么样?

您可以使用Protractor运行桌面测试,然后在量角器测试中使用WebdriverIO( https://webdriver.io )实例启动单独的Appium会话。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM