Web Testing/Automation/automation-10-02-2011

From MozillaWiki
Jump to: navigation, search

<< Last meeting | WebQA Automation Next meeting >>

Discussion topics

  • Someone (or someones!) needs to own Grid, which means:
    • Keeping browsers and the OS up-to-date (within versions)
    • Upgrading VMWare Fusion
    • Standardising VNC user names
    • Upgrading RCs on all nodes
    • Upgrading libs/bindings
    • etc.
  • Py.Test
  • Naming different environments 'Firefox-default;en-us;MacOSX6' is possibly causing 'could not retrieve new session' issues when builds collide
  • I think we should remove our crashing Firefox 3.5 env on Mac OS X 10.6, due to bug 513747
  • In general, what's our plan for vetting/resurrecting failed (and now disabled,) tests (once our CI is more stable, of course)?
  • Envs: Try Chrome again? What about IE 9? One or two more instances of Firefox 4 beta?

Status Update

AMO | CI

  • AMO Rewrite tests on Hudson
  • Fixed AMO Smoke/Sort/Search/Bft suites

SUMO CI

@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

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