forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1678044 - Use correct profile for wdspec tests, r=webdriver-revie…
…wers,whimboo This ensures that we always pass a profile in the capabilitites. When we're running with a single process it simply unpacks the profile to a temporary folder and passes in that path as a firefox argument. When we're running with multiple processes, that won't work. We could invent a mechanism to get one profile per process, but for simplicity we instead pass in the profile as a base64-encoded string. Depends on D97665 Differential Revision: https://phabricator.services.mozilla.com/D99697
- Loading branch information
Showing
1 changed file
with
45 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters