Web Testing/Automation/automation-24-02-2011: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with " << Last meeting | [https://wiki.mozilla.org/QA/Execution/Web_Testing/Automation WebQA Automation] [[Web_Testing/Automation/auto...")
 
Line 11: Line 11:


===[https://wiki.mozilla.org/Sumo SUMO] [http://qa-selenium.mv.mozilla.com:8080/view/SUMO%20Tests/ CI]===
===[https://wiki.mozilla.org/Sumo SUMO] [http://qa-selenium.mv.mozilla.com:8080/view/SUMO%20Tests/ CI]===
* Smoke/BFT running fine
*
** BFT always passes, now (intermittent Mac failure was a profile issue wrt the cert). See http://qa-selenium.mv.mozilla.com:8080/job/sumo.bft/280/console
* Can't get Sel grid to launch custom profile on Win 7 (or even Win XP). Is this code correct [http://pastebin.mozilla.org/1041414]
<pre>@echo off
title Firefox36
set profile=c:\SumoFFProfile
cd C:\Users\mozilla\Desktop\selenium-grid\
ant -Dport=5580 -Denvironment="Firefox-default;en-us;Win7" -Dhost=10.250.3.161 -DhubURL=http://qa-selenium.mv.mozilla.com:4444 -DseleniumArgs="-firefoxProfileTemplate C:\SumoFFProfile" launch-remote-control
sleep 20</pre>
* Has its FFT evar passed? http://qa-selenium.mv.mozilla.com:8080/job/sumo.fft/
* Removed the commented out "#"Firefox-default-b;en-us;MacOSX6"," (we don't have a browser for that env) in http://viewvc.svn.mozilla.org/vc/projects/sumo/tests/frontend/python_tests/vars.py?r1=82334&r2=82366


===[https://wiki.mozilla.org/Firefox/Input Input] [http://qa-selenium.mv.mozilla.com:8080/job/input%20stage/ CI]===
===[https://wiki.mozilla.org/Firefox/Input Input] [http://qa-selenium.mv.mozilla.com:8080/job/input%20stage/ CI]===

Revision as of 21:34, 2 March 2011

<< Last meeting | WebQA Automation Next meeting >>

Discussion topics

Status Update

AMO | CI

SUMO CI

Input CI

  • Tobbi has his first test pulled into the main github repo

Socorro CI

Mozilla.com CI

Action Items

  • Remove Fx3.5 for Mac OS 10.6 - DONE (tgavankar)
  • DB to have a look at Google Chrome Self-Signed issue
  • DB To have a look at Win7 on QA-Selenium4