rfhub2 icon indicating copy to clipboard operation
rfhub2 copied to clipboard

Rewrite of rfhub with FastAPI

Results 38 rfhub2 issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to run CI on various python versions (>=3.6) and on different OS matrix. Travis can do that, but it's not so easy to...

CICD

Libdoc does keywords Testdoc does testcases What would the effort be to add testcase documentation to the tooling?

Adding MyPy checks to CI would improve code quality.

enhancement
CICD

Gathering data from tests runs would be a nice addition to existing docs. It would require changes in: - UI, to display data, in tabular (and graphical? like some progress...

enhancement
python
javascript

This is connected with #67. SeleniumLibrary has wide examples used as documentation, so that avg elapsed time is hidden: ![image](https://user-images.githubusercontent.com/35737166/72329029-4fdb3280-36b4-11ea-9587-7baec3021450.png) Click Element keyword is causing such behaviour: ![image](https://user-images.githubusercontent.com/35737166/72329191-99c41880-36b4-11ea-85e5-2ec45ce5f2a5.png) I know...

enhancement
javascript

Dashboard gathering all of rfhub2 data would be great addition to docs, test cases #114 and test runs #147. With dashboard, app could be displaying: - last tests execution -...

enhancement
python
javascript

Documentation page refreshes itself each time the keyword button is clicked even if I am still in the same collection - this takes some time (especially when the collection has...

Add handling for unauthenticated, deserialize and serialize in rfhub2.cli.api_client as described here: [https://github.com/pbylicki/rfhub-new/pull/20#discussion_r314961693](url)