Buildbot/Talos/Internals: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Order of Operations == For each test a new profile is installed in the browser (either an empty base profile or a profile with an existing places.sqlite in case of the dirty ...") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{delete||date=2018-08-06}} | |||
== Order of Operations == | == Order of Operations == | ||
For each test a new profile is installed in the browser (either an empty base profile or a profile with an existing places.sqlite in case of the dirty tests). Profiles are not shared across test runs. To initialize the profile an initial open/close is done to the browser. This initial open/close is not included in the test results and is only for configuration purposes. | For each test a new profile is installed in the browser (either an empty base profile or a profile with an existing places.sqlite in case of the dirty tests). Profiles are not shared across test runs. To initialize the profile an initial open/close is done to the browser. This initial open/close is not included in the test results and is only for configuration purposes. | ||
Revision as of 16:09, 6 August 2019
Order of Operations
For each test a new profile is installed in the browser (either an empty base profile or a profile with an existing places.sqlite in case of the dirty tests). Profiles are not shared across test runs. To initialize the profile an initial open/close is done to the browser. This initial open/close is not included in the test results and is only for configuration purposes.