cross browser testing on Linux
As there any tool on linux to cross browser testing. Only reasonable way to test my site in IE i found is wine and VM emulation of Internet Explorer.
Do anyone know some opensource software for linux to cross browser testing for compatibility with most common browsers (IE, Safari, Opera, Firefox, Chrome)
The way that I test in IE is to have a virtual machine with the version of Windows that is of interest. Microsoft provides some ready-made VMs with specific versions if IE and Windows. It's probably the safer choice when compared to running in with wine.
Check it out here
You can run Chrome, Opera and Firefox natively, so that's not much of an issue. When it comes to safari, you again are likely to need a VM or a Mac for testing.
The other route is to use a service such as this: browserstack
However, that's going to cost you in the long run.
我设法使用crossbrowsertesting.com进行一些localhost风格的测试。
链接地址: http://www.djcxy.com/p/41986.html上一篇: Internet Explorer是否支持pushState和replaceState?
下一篇: 在Linux上进行跨浏览器测试