robotframework.github.com icon indicating copy to clipboard operation
robotframework.github.com copied to clipboard

Review and reorder Tools section

Open manykarim opened this issue 3 years ago • 1 comments

Currently a lot of tools are listed in https://robotframework.org/?tab=tools#resources They are ordered by their GitHub Stars.

But

  • Some of them seem irrelevant, since the Robot Framework Language Server was introduced
  • Some important tools like the LSP for VS Code and PyCharm (which seem VERY important to me) are listed at the bottom while older ones (like RED) are listed at the top

I propose to

  • Review each tool entry if it really makes sense and is needed
  • Pin some important tools permanently to the top (independent of their GitHub Stars)

This will help new testers to start with the proper toolset from the beginning

manykarim avatar Jan 15 '22 17:01 manykarim

I think it is generally a good idea. we could add also a different calculation. The same applies to libraries as well.

git stars per time? Last update, Plus some kind of userrating Or pip downloads per month?

Example

Lib             downloads/m    ⭐️
SeleniumL.      353.630       1101
Browser          26.060        200
RESTinstance     38.600        170
SikuliLibrary    17.400        116
zoomba            1.880         96
datadriver       15.800         69

Snooz82 avatar Jan 15 '22 18:01 Snooz82