How do I run a test with a Chrome profile(with arg '--user-data-dir') using Cypress?

后端 未结 0 866
迷失自我
迷失自我 2020-11-27 19:31

I need to run auto tests with chrome browser profile. On selenium, I did it this way:

    let chromeOptions = new chrome.Options();
    chromeOptions.addArgum         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题