简体   繁体   English

WebStorm,流星和电话测试

[英]WebStorm, Meteor and phone tests

I am developing a web application with Meteor and WebStorm as IDE. 我正在使用Meteor和WebStorm作为IDE开发Web应用程序。 This application can be called from a PC, a tablet or a phone, which does not pose a problem of execution since it is called in the browser. 可以从PC,平板电脑或电话上调用此应用程序,因为在浏览器中调用它不会造成执行问题。 On the other hand problems appear, which are due to the size of the screen and the positioning portrait or landscape. 另一方面出现问题,这是由于屏幕的尺寸以及纵向或横向的定位所致。 To test, a solution is to deploy the app, open it in the phone browser and see what works or does not work. 为了进行测试,一种解决方案是部署该应用程序,然后在手机浏览器中将其打开,然后查看哪些功能有效或无效。 A bit heavy ... 有点重...

Is there a method to test a web application on a device connected to the development PC, through WebStorm, can be with an added package, or with another tool 是否有一种方法可以通过添加的软件包或其他工具通过WebStorm在连接到开发PC的设备上测试Web应用程序

Any leads or ideas would be welcome. 任何线索或想法都将受到欢迎。 Thank you for your answers YC 谢谢您的回答YC

I have had a similar issue, I used Ghostlabs ( https://www.vanamco.com/ghostlab/ ), to test different screensizes simultaneously. 我遇到了类似的问题,我使用Ghostlabs( https://www.vanamco.com/ghostlab/ )同时测试了不同的屏幕尺寸。 You will need to have physical devices present and connected to your development machine. 您将需要存在物理设备并将其连接到开发计算机。

Saucelabs( https://saucelabs.com/ ) in my opinion is an extension of Ghostlabs, with the advantages of using the cloud. 我认为Saucelabs( https://saucelabs.com/ )是Ghostlabs的扩展,具有使用云的优势。

One other tool I would recommend is Browser stack ( https://www.browserstack.com/ ) it gives similar benefits as Saucelabs. 我推荐的另一种工具是浏览器堆栈( https://www.browserstack.com/ ),它具有与Saucelabs类似的优点。

These tools I find are very effective for cross browser testing too. 我发现这些工具对于跨浏览器测试也非常有效。

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

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