<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 14, 2013 at 12:55 PM, Jeffrey Hall <span dir="ltr"><<a href="mailto:jhall@wikimedia.org" target="_blank">jhall@wikimedia.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>When I had problems with the same test earlier (because it was unable to locate the UploadWizard page), that was a consequence of the MEDIAWIKI_URL environment variable value being set to "<a href="http://en.wikipedia.beta.wmflabs.org/wiki/" target="_blank">http://en.wikipedia.beta.wmflabs.org/wiki/</a>"</div>

<div><br></div><div>(Just thought I'd share this info in case anyone else is still getting their feet wet like me…)</div></div></blockquote><div><br></div><div>Yes, exactly.  FWIW, when I run tests locally, the environment variables I use constantly are: </div>
<div><br></div><div>MEDIAWIKI_USER (often Selenium_user)</div><div>MEDIAWIKI_PASSWORD (let me know if you need this)</div><div>MEDIAWIKI_URL (defaults to beta enwiki, as Jeff noted above)</div><div>and</div><div>BROWSER_LABEL  (either 'chrome' or 'firefox' (default value) on my local Linux machine.  Note that if you want to use Chrome you need ChromeDriver on the local machine, <a href="https://code.google.com/p/selenium/wiki/ChromeDriver">https://code.google.com/p/selenium/wiki/ChromeDriver</a>, it should Just Work if you follow the instructions there)</div>
</div></div></div>