25
edits
(→Test Automation: Adding Automation to run smokests locally) |
(→Test Automation: Modifying timeout, 2000 is sufficient) |
||
| Line 74: | Line 74: | ||
:9b. (need to be done once per setup) Open the testvars.json file within your repository; bottom of the file, just before the last bracket, add (with the first comma): ,"acknowledged_risks": true, "skip_warning": true | :9b. (need to be done once per setup) Open the testvars.json file within your repository; bottom of the file, just before the last bracket, add (with the first comma): ,"acknowledged_risks": true, "skip_warning": true | ||
:10. Run the Smoketest set: | :10. Run the Smoketest set: | ||
::gaiatest --testvars=gaiatest/testvars.json --address=localhost:2828 --type=b2g+smoketest --timeout= | ::gaiatest --testvars=gaiatest/testvars.json --address=localhost:2828 --type=b2g+smoketest --timeout=20000 --html-output=results/results.html --restart gaiatest/tests/manifest.ini | ||
= Smoke Tests by Functional Area = | = Smoke Tests by Functional Area = | ||
edits