I wonder is it real to implement additional browser support (let's say Opera and IE as well: #1326784: Internet Explorer integration)?
I know that only Firefox and Chrome support Agent headers setting which is necessary for redirecting to simpletest sandbox. But can't we let launching of such kind of browsers on original site? That seems to be quite low-hanging task.

Comments

PatchRanger’s picture

Version: 7.x-2.x-dev » 6.x-1.x-dev
Status: Active » Patch (to be ported)

Fixed for 7.x-3.x: http://drupalcode.org/project/selenium.git/commit/a8e5771.
Now you can run any test on original site by setting $onOriginal = TRUE on setUp method before calling parent::setUp. But be careful, the test should be "ecological" (ie, should turn a site where it was launched to a state before launch).

PatchRanger’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.