Split Raptor and Browsertime classes from raptor.py
Categories
(Testing :: Raptor, enhancement, P1)
Tracking
(firefox74 fixed)
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: Bebe, Assigned: Bebe)
References
Details
Attachments
(1 file)
The planning doc states we should split Raptor classes in multiple files:
../testing/
raptor/
...
raptor/
...
raptor/
__init__.py
base.py
-Raptor
android.py
-RaptorAndroid
desktop.py
-RaptorDesktop
| Assignee | ||
Comment 1•6 years ago
|
||
After discussing with Tarek we decided to rename all Raptor classes to WebExtension.
This will make things more clear and readable in the project.
Also we will have a better visibility and difference between the 2 testing tools used BrowserTime and webextension
| Assignee | ||
Comment 2•6 years ago
|
||
the project classes will be:
../testing/
raptor/
...
raptor/
...
webextension/
__init__.py
base.py
-WebExtension
android.py
-WebExtensionAndroid
desktop.py
-WebExtensionDesktop
| Assignee | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
the project classes will be:
../testing/
raptor/
...
raptor/
...
browsertime/
__init__.py
base.py
-Browsertime
android.py
-BrowsertimeAndroid
desktop.py
-BrowsertimeDesktop
webextension/
__init__.py
base.py
-WebExtension
android.py
-WebExtensionAndroid
desktop.py
-WebExtensionDesktop
Also I will update the unit tests and some comments to reflect the renaming
Updated•6 years ago
|
Comment 5•6 years ago
|
||
(In reply to Florin Strugariu [:Bebe] (needinfo me) from comment #1)
After discussing with Tarek we decided to rename all
Raptorclasses toWebExtension.This will make things more clear and readable in the project.
Also we will have a better visibility and difference between the 2 testing tools used BrowserTime and webextension
Sounds good, thanks.
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 7•6 years ago
|
||
| bugherder | ||
Description
•