Remove unused and broken 'mach geckodriver-test'
Categories
(Testing :: geckodriver, task, P3)
Tracking
(firefox86 fixed)
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: KrisWright, Assigned: whimboo)
References
Details
Attachments
(1 file)
mach geckodriver-test
still runs with python 2 [1]. We want to convert all mach
commands to python 3.
To do this, any dependencies of the command may need to be converted as well as the command itself.
Assignee | ||
Updated•5 years ago
|
Comment 1•4 years ago
|
||
Hi Kris!... I would love to contribute to this issue. Under your guidance if possible because I am new the codebase 😃
Comment 2•4 years ago
|
||
whimboo: do you ever use this one? The fact that it's totally broken suggests to me we should just delete it.
Reporter | ||
Comment 3•4 years ago
|
||
(In reply to Ankush Dua from comment #1)
Hi Kris!... I would love to contribute to this issue. Under your guidance if possible because I am new the codebase 😃
Hello! Unfortunately this mach geckodriver-test
seems to be completely broken, so it's not a good candidate for conversion. I'd recommend checking the metabug for other options, as it's likely we'll just delete this command.
Assignee | ||
Comment 4•4 years ago
|
||
(In reply to James Graham [:jgraham] from comment #2)
whimboo: do you ever use this one? The fact that it's totally broken suggests to me we should just delete it.
Our docs (Testing.md) refer to ./mach test testing/geckodriver
. So when we remove this command we will have to update the docs and tell that cargo test
will have to be used.
It would still be good to have this command available which could run all the tests including webdriver, and mozdevice.
Assignee | ||
Comment 5•4 years ago
|
||
Updated•4 years ago
|
Comment 7•4 years ago
|
||
bugherder |
Assignee | ||
Updated•4 years ago
|
Description
•