Open
Bug 1587761
Opened 5 years ago
Updated 2 years ago
Surface browsertime options in a generic way
Categories
(Testing :: Raptor, enhancement, P3)
Testing
Raptor
Tracking
(Not tracked)
NEW
People
(Reporter: tarek, Unassigned)
References
(Blocks 1 open bug)
Details
We should set up a generic --browsertime-<OPTION> in raptor, that get passed through to the browsertime command. I think we can safely ignore its type and use a string, and just copy it as-is when launching bt
Comment 1•5 years ago
|
||
(In reply to Tarek Ziadé (:tarek) from comment #0)
We should set up a generic --browsertime-<OPTION> in raptor, that get passed through to the browsertime command. I think we can safely ignore its type and use a string, and just copy it as-is when launching bt
Fine by me, although generally I have had better success with --browsertime-extra-options='unquoted string'
and then shell-splitting the arguments string myself. Otherwise, the shell quoting can get pretty horrendous.
Updated•5 years ago
|
Priority: -- → P1
Updated•5 years ago
|
Priority: P1 → P2
Updated•5 years ago
|
Blocks: browsertime-ci
Updated•5 years ago
|
Priority: P2 → P3
Version: Version 3 → unspecified
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•