Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup repository and remove outdated versions #93

Open
sephiroth-j opened this issue Dec 7, 2021 · 1 comment
Open

Cleanup repository and remove outdated versions #93

sephiroth-j opened this issue Dec 7, 2021 · 1 comment

Comments

@sephiroth-j
Copy link
Member

sephiroth-j commented Dec 7, 2021

The repo file contains 544 entries for drivers. Half of them are chromedriver. And many are outdated. I think it would be good to remove some of the old drivers: smaller file size, faster to parse, less memory footprint, reduced testing times and http calls during tests.

Here is my proposal.

For phantomjs, IE and Opera: remove all except the last release.
For Gecko: keep last three versions.
For Edge, Chrome and other Chromium based browser: keep only the last three versions.

And in general: only keep latest major-minor combination. E.g. remove "0.11.0" if "0.11.1" is present.

@treyturner
Copy link
Collaborator

Just a guest contributor here, but this could break builds that haven't been touched in a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants