Confirmed users
9,511
edits
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
These are libraries that are required for our infrastructure (i.e., Jenkins) in order to run tests in that manner we choose. They are not absolutely required to run tests locally, which is why they are separated out into their own file. | These are libraries that are required for our infrastructure (i.e., Jenkins) in order to run tests in that manner we choose. They are not absolutely required to run tests locally, which is why they are separated out into their own file. | ||
There is a single infrastructure requirements.txt file which is used by all | There is a single infrastructure requirements.txt file which is used by all Web QA jobs, which is stored in the [https://github.com/mozilla/webqa-infrastructure-requirements webqa-infrastructure-requirements Github repository]. Jenkins reads this file when setting up jobs to install the required libraries. If you wish to change the infrastructure requirements for all Web QA jobs you would submit a pull request to this git repository. | ||
Currently this requirements file includes the following | Currently this requirements file includes the following | ||