简体   繁体   English

Cypress UAT 在 IE 上测试?

[英]Cypress UAT testing on IE?

So it looks like there is no official support for ie with cypress js.所以看起来cypress js没有官方支持ie。 I'm wondering if anybody knows about alternatives, hacks that can make this work at the moment?我想知道是否有人知道目前可以使这项工作发挥作用的替代方案和技巧?

You can't use Cypress with IE at all at the moment so you have two choices for testing IE:您目前根本无法将 Cypress 与 IE 一起使用,因此您有两种测试 IE 的选择:

  • rewrite your tests for Selenium and use Selenium IE webdriver重写您的 Selenium 测试并使用 Selenium IE webdriver
  • rewrite your tests for TestCafè and use it in every browser you want为 TestCafè 重写您的测试并在您想要的每个浏览器中使用它
  • wait for Cypress IE support等待赛普拉斯 IE 支持

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

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