Web Testing/Automation/automation-10-02-2011
Jump to navigation
Jump to search
<< Last meeting | WebQA Automation Next meeting >>
Discussion topics
- Someone needs to own Grid, which means:
- Keeping browsers up-to-date (within versions)
- Upgrading VMWare Fusion
- Standardising VNC user names
- Upgrading RCs on all nodes
- Py.Test
- Naming different environments 'Firefox-default;en-us;MacOSX6' is possibly causing 'could not retrieve new session' issues when builds collide
Status Update
AMO | CI
- AMO Rewrite tests on Hudson
- Fixed AMO Smoke/Sort/Search/Bft suites
SUMO CI
- Smoke/BFT running fine
- Can't get Sel grid to launch custom profile on Win 7 (or even Win XP). Is this code correct [2]
@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