TestEngineering/Web/Automation/Gaia UI Testing: Difference between revisions

Line 118: Line 118:


When running locally we need to be aware of 3 things:
When running locally we need to be aware of 3 things:
1. The travis install script will not download a new Gecko if one already exists. The solution is to "rm -rf b2g" and "rm -rf profile" to remove the artifacts that the install script creates
# The travis install script will not download a new Gecko if one already exists. The solution is to "rm -rf b2g" and "rm -rf profile" to remove the artifacts that the install script creates
2. The install script will install the Python packages at global level. The solution is to remove "sudo" from line 5 of the install script.
# The install script will install the Python packages at global level. The solution is to remove "sudo" from line 5 of the install script.
3. I forgot wot this one woz but for some reason in my mind I thought there were 3
# I forgot wot this one woz but for some reason in my mind I thought there were 3


The install script is run by:
The install script is run by:
Confirmed users
425

edits