Running run e2e tests in multiple versions of IE

Is there a best practice for running protractor e2e tests on multiple versions of Internet Explorer?

+4
source share
3 answers

I just wrote a blog post on how to get setup with protractor and IE VM:

http://elgalu.imtqy.com/2014/run-protractor-against-internet-explorer-vm/

The article is a bit extensive, because it is aimed at my colleagues, so you should first look in the section below, maybe you will find there what you are looking for:

Alternative 1 - Install nodejs on Windows

+2
source

saucelabs. - . saucelabs IE.

0

, , , . Windows IE . :

Whenever a Git commit occurs, Jenkins launches a build, which then runs a script to check and make sure that all necessary VM images are running and that Selenium is running, then it runs a grunt task that fires several simultaneous instances for testing.

0
source

All Articles