-
Notifications
You must be signed in to change notification settings - Fork 390
Wish List
Nyral edited this page May 11, 2019
·
15 revisions
- Better Text Editor
- Possibly embed external editor (or grab some code from good editors)
- Including a toolbar
- Better search and replace functions
- Plugin for version control (SVN, GIT, ...)
- Graphical Modeling of Test Suites / Test Cases
- Plugin to assist with Pybot/Rebot command options
- Context-menu to open folder in OS file browser
- Auto-detect plugins installed with "pip install", without having to copy scripts into a certain folder
- Restore tree-state (expanded, checkmarks) on reload-because-file-changed
- Add log manager tab to manage and easy view of previous run logs in tabular format..
- Run Test (F8) button (which is after "Search Tests (F3)" at top side) should support max 4 parallel runs.
- User can run 4 parallel run one after one.
- Live run status in run tabs like run1, run2, run3 and run4.
- by this we can reduce multiple ride windows for multiple runs
- Grid Editor Settings
- Default column size: Used as minimum and maximum size for all columns in grid
- Auto size columns:
- Checked - Size will be calculated based on the longest text on that that column
- Unchecked - Default column size will be used instead
- Max column size: Used to force a maximum size when
Auto size columnsoption is checked Text that exceeds this size will either be wrapped or cut from view - Word wrap and auto size rows:
- Checked - Text will be wrapped on multiple lines and row height will adapt to fit all lines
- Unchecked - Text will be cut from view when it exceeds
Max column sizeRow height will fit only one line of text
- Use cases and how grid should react *