What is a good headless browser to run with protractor?

前端 未结 5 974
一整个雨季
一整个雨季 2020-12-30 04:31

New User here.

After hours of building my smoke and regression tests, I found out after reading many cases online that phantomjs is known to be a trouble to run with

5条回答
  •  一生所求
    2020-12-30 04:46

    I would continue testing in normal browsers with a head, but would use a remote selenium server as a service - Sauce Labs or BrowserStack, see:

    • Integration Testing with Protractor, WebdriverJS and Sauce Labs
    • Running Protractor tests on Browserstack Automate
    • automate-node-samples

提交回复
热议问题